txs auto checkin

This commit is contained in:
BritishTeapot 2025-04-10 08:49:37 +02:00
parent ff554bd5c6
commit 7ae9eaff24

View File

@ -21,7 +21,7 @@ It is backwards compatible: ICFS overrides the regular system call interface usi
As promised, the access control model of ICFS is trivially simple. It features processes as it's subjects, and files as objects. Whenever a process attempts to access a filesystem object, a dialogue is displayed with three options:
\begin{itemize}
\item \emph{Allow}, that will allow the access to the filesystem object for this process and any other process that is started with the same executable.
\item \emph{Allow this time}, that will allow the access to the filesystem object for the runtime of the requesting process.
\item \emph{Allow}, that will allow this process and any other process that is started with the same executable to access the filesystem object.
\item \emph{Allow this time}, that will allow the requesting process to access the filesystem object for it's runtime.
\item \emph{Deny}, that will deny all access to the filesystem object.
\end{itemize}