This commit is contained in:
fedir 2025-05-22 10:13:51 +02:00
parent 32cdee2654
commit 9f51c26e6d
Signed by: fedir
GPG Key ID: C959EE85F0C9362C
2 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Access dialogues are implemented as a separate program, that the FUSE daemon spa
\item Name of the file the process is attempting to access.
\end{itemize}
After user completes their interaction, the access dialogue finishes with exit code corresponding to the access control decision and writes filename this decision relates to in its standard output. Daemon then validates the filename correctness.
After user completes their interaction, the access dialogue finishes with exit code corresponding to the access control decision and writes filename that this decision relates to in its standard output. Daemon then validates the filename correctness.
If the filename specified in the dialogue does not correspond to a real file, or modifying the process's access to the specified file won't resolve the original request, access dialogue is displayed again. For example, if the process requests access to a file \verb|~/Documents/book.pdf|, but in the dialogue they specify a nonexistent file, or \verb|~/Documents/other.txt| (which exists), the dialogue would be displayed again.

Binary file not shown.