aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-18 15:18:56 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-18 15:18:56 -0500
commitd4e34926ec79f9fd32e972fb30cf065343167b7a (patch)
treedf958de711f9c8dfeae37efb583943bdb8d8da59 /src/man
parent/home rework (diff)
downloadfirejail-d4e34926ec79f9fd32e972fb30cf065343167b7a.tar.gz
firejail-d4e34926ec79f9fd32e972fb30cf065343167b7a.tar.zst
firejail-d4e34926ec79f9fd32e972fb30cf065343167b7a.zip
add log and dri to private-dev help and man pages
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index dc518b666..370fce588 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -831,7 +831,7 @@ Example:
831$ firejail \-\-private-home=.mozilla firefox 831$ firejail \-\-private-home=.mozilla firefox
832.TP 832.TP
833\fB\-\-private-dev 833\fB\-\-private-dev
834Create a new /dev directory. Only null, full, zero, tty, pts, ptmx, random, urandom and shm devices are available. 834Create a new /dev directory. Only dri, null, full, zero, tty, pts, ptmx, random, urandom, log and shm devices are available.
835.br 835.br
836 836
837.br 837.br
@@ -845,7 +845,7 @@ Child process initialized
845.br 845.br
846$ ls /dev 846$ ls /dev
847.br 847.br
848full null ptmx pts random shm tty urandom zero 848dri full log null ptmx pts random shm tty urandom zero
849.br 849.br
850$ 850$
851.TP 851.TP