aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt12
-rw-r--r--src/man/firejail.txt14
2 files changed, 19 insertions, 7 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index ddb736e81..9d11add06 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -295,7 +295,9 @@ Use the options no3d, nodvd, nosound, notv, nou2f and novideo for additional res
295Build a new /etc in a temporary 295Build a new /etc in a temporary
296filesystem, and copy the files and directories in the list. 296filesystem, and copy the files and directories in the list.
297The files and directories in the list must be expressed as relative to 297The files and directories in the list must be expressed as relative to
298the /etc directory. 298the /etc directory, and must not contain the / character
299(e.g., /etc/foo must be expressed as foo, but /etc/foo/bar --
300expressed as foo/bar -- is disallowed).
299All modifications are discarded when the sandbox is closed. 301All modifications are discarded when the sandbox is closed.
300#ifdef HAVE_PRIVATE_HOME 302#ifdef HAVE_PRIVATE_HOME
301.TP 303.TP
@@ -319,14 +321,18 @@ This feature is still under development, see \fBman 1 firejail\fR for some examp
319Build a new /opt in a temporary 321Build a new /opt in a temporary
320filesystem, and copy the files and directories in the list. 322filesystem, and copy the files and directories in the list.
321The files and directories in the list must be expressed as relative to 323The files and directories in the list must be expressed as relative to
322the /opt directory. 324the /opt directory, and must not contain the / character
325(e.g., /opt/foo must be expressed as foo, but /opt/foo/bar --
326expressed as foo/bar -- is disallowed).
323All modifications are discarded when the sandbox is closed. 327All modifications are discarded when the sandbox is closed.
324.TP 328.TP
325\fBprivate-srv file,directory 329\fBprivate-srv file,directory
326Build a new /srv in a temporary 330Build a new /srv in a temporary
327filesystem, and copy the files and directories in the list. 331filesystem, and copy the files and directories in the list.
328The files and directories in the list must be expressed as relative to 332The files and directories in the list must be expressed as relative to
329the /srv directory. 333the /srv directory, and must not contain the / character
334(e.g., /srv/foo must be expressed as foo, but /srv/foo/bar --
335expressed as foo/bar -- is disallowed).
330All modifications are discarded when the sandbox is closed. 336All modifications are discarded when the sandbox is closed.
331.TP 337.TP
332\fBprivate-tmp 338\fBprivate-tmp
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index c0640c404..23ec23fb1 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1892,7 +1892,9 @@ $
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. 1895the /etc directory, and must not contain the / character
1896(e.g., /etc/foo must be expressed as foo, but /etc/foo/bar --
1897expressed as foo/bar -- is disallowed).
1896If no listed file is found, /etc directory will be empty. 1898If no listed file is found, /etc directory will be empty.
1897All modifications are discarded when the sandbox is closed. 1899All modifications are discarded when the sandbox is closed.
1898.br 1900.br
@@ -1902,7 +1904,7 @@ Example:
1902.br 1904.br
1903$ firejail --private-etc=group,hostname,localtime, \\ 1905$ firejail --private-etc=group,hostname,localtime, \\
1904.br 1906.br
1905nsswitch.conf,passwd,resolv.conf,default/motd-news 1907nsswitch.conf,passwd,resolv.conf
1906#ifdef HAVE_PRIVATE_HOME 1908#ifdef HAVE_PRIVATE_HOME
1907.TP 1909.TP
1908\fB\-\-private-home=file,directory 1910\fB\-\-private-home=file,directory
@@ -1977,7 +1979,9 @@ $
1977Build a new /opt in a temporary 1979Build a new /opt in a temporary
1978filesystem, and copy the files and directories in the list. 1980filesystem, and copy the files and directories in the list.
1979The files and directories in the list must be expressed as relative to 1981The files and directories in the list must be expressed as relative to
1980the /opt directory. 1982the /opt directory, and must not contain the / character
1983(e.g., /opt/foo must be expressed as foo, but /opt/foo/bar --
1984expressed as foo/bar -- is disallowed).
1981If no listed file is found, /opt directory will be empty. 1985If no listed file is found, /opt directory will be empty.
1982All modifications are discarded when the sandbox is closed. 1986All modifications are discarded when the sandbox is closed.
1983.br 1987.br
@@ -1992,7 +1996,9 @@ $ firejail --private-opt=firefox /opt/firefox/firefox
1992Build a new /srv in a temporary 1996Build a new /srv in a temporary
1993filesystem, and copy the files and directories in the list. 1997filesystem, and copy the files and directories in the list.
1994The files and directories in the list must be expressed as relative to 1998The files and directories in the list must be expressed as relative to
1995the /srv directory. 1999the /srv directory, and must not contain the / character
2000(e.g., /opt/srv must be expressed as foo, but /srv/foo/bar --
2001expressed as srv/bar -- is disallowed).
1996If no listed file is found, /srv directory will be empty. 2002If no listed file is found, /srv directory will be empty.
1997All modifications are discarded when the sandbox is closed. 2003All modifications are discarded when the sandbox is closed.
1998.br 2004.br