aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/man/firejail-profile.5.in8
-rw-r--r--src/man/firejail.1.in11
2 files changed, 12 insertions, 7 deletions
diff --git a/src/man/firejail-profile.5.in b/src/man/firejail-profile.5.in
index 8c039eb46..9ed07e9e1 100644
--- a/src/man/firejail-profile.5.in
+++ b/src/man/firejail-profile.5.in
@@ -382,9 +382,11 @@ Set working directory inside jail to the home directory, and failing that, the r
382Set working directory inside the jail. Full directory path is required. Symbolic links are not allowed. 382Set working directory inside the jail. Full directory path is required. Symbolic links are not allowed.
383.TP 383.TP
384\fBprivate-dev 384\fBprivate-dev
385Create a new /dev directory. Only disc, dri, dvb, hidraw, null, full, zero, tty, pts, ptmx, 385Create a new /dev directory.
386random, snd, urandom, video, log, shm and usb devices are available. 386Only disc, dri, dvb, full, hidraw, log, null, ptmx, pts, random, shm, snd, tty,
387Use the options no3d, nodvd, nosound, notv, nou2f and novideo for additional restrictions. 387urandom, usb, video and zero devices are available.
388Use the options no3d, nodvd, nosound, notv, nou2f and novideo for additional
389restrictions.
388 390
389.TP 391.TP
390\fBprivate-etc file,directory 392\fBprivate-etc file,directory
diff --git a/src/man/firejail.1.in b/src/man/firejail.1.in
index fa2329d67..76f0e29ab 100644
--- a/src/man/firejail.1.in
+++ b/src/man/firejail.1.in
@@ -2108,7 +2108,7 @@ File globbing is supported, see \fBFILE GLOBBING\fR section for more details.
2108.br 2108.br
2109Example: 2109Example:
2110.br 2110.br
2111$ firejail \-\-private-bin=bash,sed,ls,cat 2111$ firejail \-\-private-bin=bash,cat,ls,sed
2112.br 2112.br
2113Parent pid 20841, child pid 20842 2113Parent pid 20841, child pid 20842
2114.br 2114.br
@@ -2172,8 +2172,11 @@ $ pwd
2172 2172
2173.TP 2173.TP
2174\fB\-\-private-dev 2174\fB\-\-private-dev
2175Create a new /dev directory. Only disc, dri, dvb, hidraw, null, full, zero, tty, pts, ptmx, random, snd, urandom, video, log, shm and usb devices are available. 2175Create a new /dev directory.
2176Use the options --no3d, --nodvd, --nosound, --notv, --nou2f and --novideo for additional restrictions. 2176Only disc, dri, dvb, full, hidraw, log, null, ptmx, pts, random, shm, snd, tty,
2177urandom, usb, video and zero devices are available.
2178Use the options \-\-no3d, \-\-nodvd, \-\-nosound, \-\-notv, \-\-nou2f and
2179\-\-novideo for additional restrictions.
2177.br 2180.br
2178 2181
2179.br 2182.br
@@ -2191,7 +2194,7 @@ cdrom cdrw dri dvd dvdrw full log null ptmx pts random shm snd sr0
2191.br 2194.br
2192$ 2195$
2193.TP 2196.TP
2194\fB\-\-private-etc, \-\-private-etc=file,directory,@group 2197\fB\-\-private-etc, \-\-private-etc=@group,file,directory
2195The files installed by \-\-private-etc are copies of the original system files from /etc directory. 2198The files installed by \-\-private-etc are copies of the original system files from /etc directory.
2196By default, the command brings in a skeleton of files and directories used by most console tools: 2199By default, the command brings in a skeleton of files and directories used by most console tools:
2197 2200