aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-05-13 10:45:49 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-05-13 10:45:49 +0200
commit544fa3e2be35ef71d48b61b90880c49afdef3b9c (patch)
treeeb4bad460b3d72aab6af262a93ec6c2c2454bd25 /src/man
parentUpdate profile.template (diff)
downloadfirejail-544fa3e2be35ef71d48b61b90880c49afdef3b9c.tar.gz
firejail-544fa3e2be35ef71d48b61b90880c49afdef3b9c.tar.zst
firejail-544fa3e2be35ef71d48b61b90880c49afdef3b9c.zip
Manpage fixes
Subdirs for private-etc has been implemented since 6ebe8925.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 23ec23fb1..397ce5e17 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1892,9 +1892,7 @@ $
1892Build a new /etc in a temporary 1892Build a new /etc in a temporary
1893filesystem, and copy the files and directories in the list. 1893filesystem, and copy the files and directories in the list.
1894The files and directories in the list must be expressed as relative to 1894The files and directories in the list must be expressed as relative to
1895the /etc directory, and must not contain the / character 1895the /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. 1896If no listed file is found, /etc directory will be empty.
1899All modifications are discarded when the sandbox is closed. 1897All modifications are discarded when the sandbox is closed.
1900.br 1898.br
@@ -1997,7 +1995,7 @@ Build a new /srv in a temporary
1997filesystem, and copy the files and directories in the list. 1995filesystem, and copy the files and directories in the list.
1998The files and directories in the list must be expressed as relative to 1996The files and directories in the list must be expressed as relative to
1999the /srv directory, and must not contain the / character 1997the /srv directory, and must not contain the / character
2000(e.g., /opt/srv must be expressed as foo, but /srv/foo/bar -- 1998(e.g., /srv/foo must be expressed as foo, but /srv/foo/bar --
2001expressed as srv/bar -- is disallowed). 1999expressed as srv/bar -- is disallowed).
2002If no listed file is found, /srv directory will be empty. 2000If no listed file is found, /srv directory will be empty.
2003All modifications are discarded when the sandbox is closed. 2001All modifications are discarded when the sandbox is closed.