aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-01-21 09:16:15 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2022-01-21 09:16:15 -0500
commitac6c8c038a2a3bb590074f6d6596204567a97a9a (patch)
tree50aebe4fd9cb9316b68814b865e0eb0a71a5ed3a /src/man/firejail-profile.txt
parentcleanup for previous commit (diff)
downloadfirejail-ac6c8c038a2a3bb590074f6d6596204567a97a9a.tar.gz
firejail-ac6c8c038a2a3bb590074f6d6596204567a97a9a.tar.zst
firejail-ac6c8c038a2a3bb590074f6d6596204567a97a9a.zip
fix #4078
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 29f0fe4e4..5ce07c2ca 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -349,6 +349,7 @@ Build a new /bin in a temporary filesystem, and copy the programs in the list.
349The files in the list must be expressed as relative to the /bin, 349The files in the list must be expressed as relative to the /bin,
350/sbin, /usr/bin, /usr/sbin, or /usr/local/bin directories. 350/sbin, /usr/bin, /usr/sbin, or /usr/local/bin directories.
351The same directory is also bind-mounted over /sbin, /usr/bin and /usr/sbin. 351The same directory is also bind-mounted over /sbin, /usr/bin and /usr/sbin.
352Multiple private-bin commands are allowed.
352.TP 353.TP
353\fBprivate-cache 354\fBprivate-cache
354Mount an empty temporary filesystem on top of the .cache directory in user home. All 355Mount an empty temporary filesystem on top of the .cache directory in user home. All
@@ -374,6 +375,7 @@ the /etc directory, and must not contain the / character
374(e.g., /etc/foo must be expressed as foo, but /etc/foo/bar -- 375(e.g., /etc/foo must be expressed as foo, but /etc/foo/bar --
375expressed as foo/bar -- is disallowed). 376expressed as foo/bar -- is disallowed).
376All modifications are discarded when the sandbox is closed. 377All modifications are discarded when the sandbox is closed.
378Multiple private-etc commands are allowed.
377#ifdef HAVE_PRIVATE_HOME 379#ifdef HAVE_PRIVATE_HOME
378.TP 380.TP
379\fBprivate-home file,directory 381\fBprivate-home file,directory