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.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 903817099..7db91b5a9 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -282,10 +282,13 @@ void usage(void) {
282 printf(" --writable-etc - /etc directory is mounted read-write.\n\n"); 282 printf(" --writable-etc - /etc directory is mounted read-write.\n\n");
283 printf(" --writable-var - /var directory is mounted read-write.\n\n"); 283 printf(" --writable-var - /var directory is mounted read-write.\n\n");
284 284
285 printf(" --x11 - enable X11 server. The software checks first if Xpra is installed,\n"); 285 printf(" --x11 - enable X11 sandboxing. The software checks first if Xpra is\n");
286 printf("\tthen it checks if Xephyr is installed.\n\n"); 286 printf("\tinstalled, then it checks if Xephyr is installed. If all fails, it will\n");
287 printf(" --x11=xpra - enable Xpra X11 server.\n\n"); 287 printf("\tattempt to use X11 security extension.\n\n");
288 printf(" --x11=none - disable access to X11 sockets.\n\n");
288 printf(" --x11=xephyr - enable Xephyr X11 server. The window size is 800x600.\n\n"); 289 printf(" --x11=xephyr - enable Xephyr X11 server. The window size is 800x600.\n\n");
290 printf(" --x11=xorg - enable X11 security extension.\n\n");
291 printf(" --x11=xpra - enable Xpra X11 server.\n\n");
289 printf(" --zsh - use /usr/bin/zsh as default shell.\n\n"); 292 printf(" --zsh - use /usr/bin/zsh as default shell.\n\n");
290 printf("\n"); 293 printf("\n");
291 printf("\n"); 294 printf("\n");