aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt28
1 files changed, 15 insertions, 13 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 23ec23fb1..68aea5857 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1052,6 +1052,17 @@ Same as "firejail --join=name" if sandbox with specified name exists, otherwise
1052Note that in contrary to other join options there is respective profile option. 1052Note that in contrary to other join options there is respective profile option.
1053 1053
1054.TP 1054.TP
1055\fB\-\-keep-config-pulse
1056Disable automatic ~/.config/pulse init, for complex setups such as remote
1057pulse servers or non-standard socket paths.
1058.br
1059
1060.br
1061Example:
1062.br
1063$ firejail \-\-keep-config-pulse firefox
1064
1065.TP
1055\fB\-\-keep-dev-shm 1066\fB\-\-keep-dev-shm
1056/dev/shm directory is untouched (even with --private-dev) 1067/dev/shm directory is untouched (even with --private-dev)
1057.br 1068.br
@@ -1460,15 +1471,8 @@ Example:
1460$ firejail --no3d firefox 1471$ firejail --no3d firefox
1461 1472
1462.TP 1473.TP
1463\fB\-\-noautopulse 1474\fB\-\-noautopulse \fR(deprecated)
1464Disable automatic ~/.config/pulse init, for complex setups such as remote 1475See --keep-config-pulse.
1465pulse servers or non-standard socket paths.
1466.br
1467
1468.br
1469Example:
1470.br
1471$ firejail \-\-noautopulse firefox
1472 1476
1473.TP 1477.TP
1474\fB\-\-noblacklist=dirname_or_filename 1478\fB\-\-noblacklist=dirname_or_filename
@@ -1892,9 +1896,7 @@ $
1892Build a new /etc in a temporary 1896Build a new /etc in a temporary
1893filesystem, and copy the files and directories in the list. 1897filesystem, and copy the files and directories in the list.
1894The files and directories in the list must be expressed as relative to 1898The files and directories in the list must be expressed as relative to
1895the /etc directory, and must not contain the / character 1899the /etc directory (e.g., /etc/foo must be expressed as foo).
1896(e.g., /etc/foo must be expressed as foo, but /etc/foo/bar --
1897expressed as foo/bar -- is disallowed).
1898If no listed file is found, /etc directory will be empty. 1900If no listed file is found, /etc directory will be empty.
1899All modifications are discarded when the sandbox is closed. 1901All modifications are discarded when the sandbox is closed.
1900.br 1902.br
@@ -1997,7 +1999,7 @@ Build a new /srv in a temporary
1997filesystem, and copy the files and directories in the list. 1999filesystem, and copy the files and directories in the list.
1998The files and directories in the list must be expressed as relative to 2000The files and directories in the list must be expressed as relative to
1999the /srv directory, and must not contain the / character 2001the /srv directory, and must not contain the / character
2000(e.g., /opt/srv must be expressed as foo, but /srv/foo/bar -- 2002(e.g., /srv/foo must be expressed as foo, but /srv/foo/bar --
2001expressed as srv/bar -- is disallowed). 2003expressed as srv/bar -- is disallowed).
2002If no listed file is found, /srv directory will be empty. 2004If no listed file is found, /srv directory will be empty.
2003All modifications are discarded when the sandbox is closed. 2005All modifications are discarded when the sandbox is closed.