aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0a4c8a483..bf4550dd8 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -30,10 +30,12 @@ static char *usage_str =
30 " -- - signal the end of options and disables further option processing.\n" 30 " -- - signal the end of options and disables further option processing.\n"
31 " --allow-debuggers - allow tools such as strace and gdb inside the sandbox.\n" 31 " --allow-debuggers - allow tools such as strace and gdb inside the sandbox.\n"
32 " --allusers - all user home directories are visible inside the sandbox.\n" 32 " --allusers - all user home directories are visible inside the sandbox.\n"
33#ifdef HAVE_APPARMOR
33 " --apparmor - enable AppArmor confinement with the default profile.\n" 34 " --apparmor - enable AppArmor confinement with the default profile.\n"
34 " --apparmor=profile_name - enable AppArmor confinement with a\n" 35 " --apparmor=profile_name - enable AppArmor confinement with a\n"
35 "\tcustom profile.\n" 36 "\tcustom profile.\n"
36 " --apparmor.print=name|pid - print apparmor status.\n" 37 " --apparmor.print=name|pid - print apparmor status.\n"
38#endif
37 " --appimage - sandbox an AppImage application.\n" 39 " --appimage - sandbox an AppImage application.\n"
38#ifdef HAVE_NETWORK 40#ifdef HAVE_NETWORK
39 " --bandwidth=name|pid - set bandwidth limits.\n" 41 " --bandwidth=name|pid - set bandwidth limits.\n"