aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/usage.c')
-rw-r--r--src/firejail/usage.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 71ae203ff..2beeddb70 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -152,8 +152,13 @@ void usage(void) {
152 printf("\t\tfilesystem, and copy the files and directories in the list in\n"); 152 printf("\t\tfilesystem, and copy the files and directories in the list in\n");
153 printf("\t\tthe new home. All modifications are discarded when the sandbox\n"); 153 printf("\t\tthe new home. All modifications are discarded when the sandbox\n");
154 printf("\t\tis closed.\n\n"); 154 printf("\t\tis closed.\n\n");
155
155 printf("\t--private-dev - create a new /dev directory. Only null, full, zero, tty,\n"); 156 printf("\t--private-dev - create a new /dev directory. Only null, full, zero, tty,\n");
156 printf("\t\tpst, ptms, random, urandom and shm devices are available.\n\n"); 157 printf("\t\tpst, ptms, random, urandom and shm devices are available.\n\n");
158
159 printf("\t--private-etc=file,directory - build a new /etc in a temporary\n");
160 printf("\t\tfilesystem, and copy the files and directories in the list.\n");
161 printf("\t\tAll modifications are discarded when the sandbox is closed.\n\n");
157 162
158 printf("\t--profile=filename - use a custom profile.\n\n"); 163 printf("\t--profile=filename - use a custom profile.\n\n");
159 printf("\t--read-only=dirname_or_filename - set directory or file read-only.\n\n"); 164 printf("\t--read-only=dirname_or_filename - set directory or file read-only.\n\n");