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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 9f4dfd44c..15ba22d4d 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -78,6 +78,7 @@ void usage(void) {
78 printf(" --get=name|pid filename - get a file from sandbox container.\n"); 78 printf(" --get=name|pid filename - get a file from sandbox container.\n");
79 printf(" --help, -? - this help screen.\n"); 79 printf(" --help, -? - this help screen.\n");
80 printf(" --hostname=name - set sandbox hostname.\n"); 80 printf(" --hostname=name - set sandbox hostname.\n");
81 printf(" --hosts-file=file - use file as /etc/hosts.\n");
81 printf(" --ignore=command - ignore command in profile files.\n"); 82 printf(" --ignore=command - ignore command in profile files.\n");
82#ifdef HAVE_NETWORK 83#ifdef HAVE_NETWORK
83 printf(" --interface=name - move interface in sandbox.\n"); 84 printf(" --interface=name - move interface in sandbox.\n");
@@ -191,6 +192,7 @@ void usage(void) {
191#endif 192#endif
192 printf(" --writable-etc - /etc directory is mounted read-write.\n"); 193 printf(" --writable-etc - /etc directory is mounted read-write.\n");
193 printf(" --writable-var - /var directory is mounted read-write.\n"); 194 printf(" --writable-var - /var directory is mounted read-write.\n");
195 printf(" --writable-var-log - use the real /var/log directory, not a clone.\n");
194 printf(" --x11 - enable X11 sandboxing. The software checks first if Xpra is\n"); 196 printf(" --x11 - enable X11 sandboxing. The software checks first if Xpra is\n");
195 printf("\tinstalled, then it checks if Xephyr is installed. If all fails, it will\n"); 197 printf("\tinstalled, then it checks if Xephyr is installed. If all fails, it will\n");
196 printf("\tattempt to use X11 security extension.\n"); 198 printf("\tattempt to use X11 security extension.\n");