aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/usage.c5
-rw-r--r--src/man/firejail.txt4
-rw-r--r--todo3
3 files changed, 5 insertions, 7 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 238205c04..5dde0bdbd 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -188,8 +188,9 @@ void usage(void) {
188 printf("\t\tthe new home. All modifications are discarded when the sandbox\n"); 188 printf("\t\tthe new home. All modifications are discarded when the sandbox\n");
189 printf("\t\tis closed.\n\n"); 189 printf("\t\tis closed.\n\n");
190 190
191 printf("\t--private-dev - create a new /dev directory. Only null, full, zero, tty,\n"); 191 printf("\t--private-dev - create a new /dev directory. Only dri, null, full, zero,\n");
192 printf("\t\tpst, ptms, random, urandom and shm devices are available.\n\n"); 192 printf("\t\ttty, pst, ptms, random, urandom, log and shm devices are\n");
193 printf("\t\tavailable.\n\n");
193 194
194 printf("\t--private-etc=file,directory - build a new /etc in a temporary\n"); 195 printf("\t--private-etc=file,directory - build a new /etc in a temporary\n");
195 printf("\t\tfilesystem, and copy the files and directories in the list.\n"); 196 printf("\t\tfilesystem, and copy the files and directories in the list.\n");
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
diff --git a/todo b/todo
index 01901dcfa..edf8f0854 100644
--- a/todo
+++ b/todo
@@ -75,6 +75,3 @@ socat ABSTRACT-LISTEN:/tmp/dbus-awBoQTCc,fork UNIX-CONNECT:/tmp/mysock
75 75
7612. help and man for all protocol commands 7612. help and man for all protocol commands
77 77
7813. add /dev/log to private dev in help and man
79
8014. unbound testing \ No newline at end of file