aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-01-22 16:25:17 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-01-22 16:30:39 -0300
commit75073e0e4a1ab646810a88010f91b43d0ba5d816 (patch)
tree77701f4f6625b54c249d17d3879d3b78b0ebfa5d /src/man/firejail-profile.txt
parentadd a profile for 1password (#4874) (diff)
downloadfirejail-75073e0e4a1ab646810a88010f91b43d0ba5d816.tar.gz
firejail-75073e0e4a1ab646810a88010f91b43d0ba5d816.tar.zst
firejail-75073e0e4a1ab646810a88010f91b43d0ba5d816.zip
man: mention that private-bin and private-etc are cumulative
This amends commit ac6c8c038 ("fix #4078", 2022-01-21). Fixes #4078.
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index f4f157b9e..1dc4ca7cf 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -349,7 +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. 352Multiple private-bin commands are allowed and they accumulate.
353.TP 353.TP
354\fBprivate-cache 354\fBprivate-cache
355Mount 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
@@ -375,7 +375,7 @@ the /etc directory, and must not contain the / character
375(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 --
376expressed as foo/bar -- is disallowed). 376expressed as foo/bar -- is disallowed).
377All modifications are discarded when the sandbox is closed. 377All modifications are discarded when the sandbox is closed.
378Multiple private-etc commands are allowed. 378Multiple private-etc commands are allowed and they accumulate.
379#ifdef HAVE_PRIVATE_HOME 379#ifdef HAVE_PRIVATE_HOME
380.TP 380.TP
381\fBprivate-home file,directory 381\fBprivate-home file,directory