diff --git a/approach.tex b/approach.tex index 229e47b..012250c 100644 --- a/approach.tex +++ b/approach.tex @@ -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}