From 544fa3e2be35ef71d48b61b90880c49afdef3b9c Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Thu, 13 May 2021 10:45:49 +0200 Subject: Manpage fixes Subdirs for private-etc has been implemented since 6ebe8925. --- src/man/firejail.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/man') 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 @@ $ Build a new /etc in a temporary filesystem, and copy the files and directories in the list. The files and directories in the list must be expressed as relative to -the /etc directory, and must not contain the / character -(e.g., /etc/foo must be expressed as foo, but /etc/foo/bar -- -expressed as foo/bar -- is disallowed). +the /etc directory (e.g., /etc/foo must be expressed as foo). If no listed file is found, /etc directory will be empty. All modifications are discarded when the sandbox is closed. .br @@ -1997,7 +1995,7 @@ Build a new /srv in a temporary filesystem, and copy the files and directories in the list. The files and directories in the list must be expressed as relative to the /srv directory, and must not contain the / character -(e.g., /opt/srv must be expressed as foo, but /srv/foo/bar -- +(e.g., /srv/foo must be expressed as foo, but /srv/foo/bar -- expressed as srv/bar -- is disallowed). If no listed file is found, /srv directory will be empty. All modifications are discarded when the sandbox is closed. -- cgit v1.2.3-54-g00ecf