aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/usage.c2
-rw-r--r--src/man/firejail.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index e31867351..1efc247b5 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -190,7 +190,7 @@ void usage(void) {
190 printf("\tand copy the programs in the list.\n\n"); 190 printf("\tand copy the programs in the list.\n\n");
191 191
192 printf(" --private-dev - create a new /dev directory. Only dri, null, full, zero,\n"); 192 printf(" --private-dev - create a new /dev directory. Only dri, null, full, zero,\n");
193 printf("\ttty, pst, ptms, random, urandom, log and shm devices are available.\n\n"); 193 printf("\ttty, pst, ptms, random, snd, urandom, log and shm devices are available.\n\n");
194 194
195 printf(" --private-etc=file,directory - build a new /etc in a temporary\n"); 195 printf(" --private-etc=file,directory - build a new /etc in a temporary\n");
196 printf("\tfilesystem, and copy the files and directories in the list.\n"); 196 printf("\tfilesystem, and copy the files and directories in the list.\n");
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index e4505754e..e915ab6cb 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1048,7 +1048,7 @@ bash cat ls sed
1048 1048
1049.TP 1049.TP
1050\fB\-\-private-dev 1050\fB\-\-private-dev
1051Create a new /dev directory. Only dri, null, full, zero, tty, pts, ptmx, random, urandom, log and shm devices are available. 1051Create a new /dev directory. Only dri, null, full, zero, tty, pts, ptmx, random, snd, urandom, log and shm devices are available.
1052.br 1052.br
1053 1053
1054.br 1054.br
@@ -1062,7 +1062,7 @@ Child process initialized
1062.br 1062.br
1063$ ls /dev 1063$ ls /dev
1064.br 1064.br
1065dri full log null ptmx pts random shm tty urandom zero 1065dri full log null ptmx pts random shm snd tty urandom zero
1066.br 1066.br
1067$ 1067$
1068.TP 1068.TP