aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/man/firejail-profile.txt4
-rw-r--r--src/man/firejail.txt6
2 files changed, 6 insertions, 4 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
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 385e8af28..b1a1fc8fd 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1912,8 +1912,9 @@ The files in the list must be expressed as relative to the /bin,
1912/sbin, /usr/bin, /usr/sbin, or /usr/local/bin directories. 1912/sbin, /usr/bin, /usr/sbin, or /usr/local/bin directories.
1913If no listed files are found, /bin directory will be empty. 1913If no listed files are found, /bin directory will be empty.
1914The same directory is also bind-mounted over /sbin, /usr/bin, /usr/sbin and /usr/local/bin. 1914The same directory is also bind-mounted over /sbin, /usr/bin, /usr/sbin and /usr/local/bin.
1915All modifications are discarded when the sandbox is closed. File globbing is supported, 1915All modifications are discarded when the sandbox is closed.
1916see \fBFILE GLOBBING\fR section for more details. 1916Multiple private-bin commands are allowed and they accumulate.
1917File globbing is supported, see \fBFILE GLOBBING\fR section for more details.
1917.br 1918.br
1918 1919
1919.br 1920.br
@@ -2009,6 +2010,7 @@ The files and directories in the list must be expressed as relative to
2009the /etc directory (e.g., /etc/foo must be expressed as foo). 2010the /etc directory (e.g., /etc/foo must be expressed as foo).
2010If no listed file is found, /etc directory will be empty. 2011If no listed file is found, /etc directory will be empty.
2011All modifications are discarded when the sandbox is closed. 2012All modifications are discarded when the sandbox is closed.
2013Multiple private-etc commands are allowed and they accumulate.
2012.br 2014.br
2013 2015
2014.br 2016.br