summaryrefslogtreecommitdiffstats
path: root/src/firejail/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/usage.c')
-rw-r--r--src/firejail/usage.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index db3c25a5a..1131abe5f 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -30,12 +30,14 @@ void usage(void) {
30 printf("Options:\n"); 30 printf("Options:\n");
31 printf(" -- - signal the end of options and disables further option processing.\n"); 31 printf(" -- - signal the end of options and disables further option processing.\n");
32 printf(" --allow-debuggers - allow tools such as strace and gdb inside the sandbox.\n"); 32 printf(" --allow-debuggers - allow tools such as strace and gdb inside the sandbox.\n");
33 printf(" --allow-private-blacklist - allow blacklisting things in private\n");
34 printf("\tdirectories.\n");
33 printf(" --allusers - all user home directories are visible inside the sandbox.\n"); 35 printf(" --allusers - all user home directories are visible inside the sandbox.\n");
34 printf(" --apparmor - enable AppArmor confinement.\n"); 36 printf(" --apparmor - enable AppArmor confinement.\n");
35 printf(" --appimage - sandbox an AppImage application.\n"); 37 printf(" --appimage - sandbox an AppImage application.\n");
36 printf(" --audit[=test-program] - audit the sandbox.\n"); 38 printf(" --audit[=test-program] - audit the sandbox.\n");
37#ifdef HAVE_NETWORK 39#ifdef HAVE_NETWORK
38 printf(" --bandwidth=name|pid - set bandwidth limits\n"); 40 printf(" --bandwidth=name|pid - set bandwidth limits.\n");
39#endif 41#endif
40#ifdef HAVE_BIND 42#ifdef HAVE_BIND
41 printf(" --bind=dirname1,dirname2 - mount-bind dirname1 on top of dirname2.\n"); 43 printf(" --bind=dirname1,dirname2 - mount-bind dirname1 on top of dirname2.\n");