aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/usage.c
diff options
context:
space:
mode:
authorLibravatar Topi Miettinen <toiwoton@gmail.com>2020-03-29 20:33:28 +0300
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2020-03-31 14:58:59 +0000
commit19eca5fd83c8426524afef8aee3d3ac3bffe854f (patch)
tree4dea4c483311a8b971634a9818159bd6d1b8ed35 /src/firejail/usage.c
parentmerges (diff)
downloadfirejail-19eca5fd83c8426524afef8aee3d3ac3bffe854f.tar.gz
firejail-19eca5fd83c8426524afef8aee3d3ac3bffe854f.tar.zst
firejail-19eca5fd83c8426524afef8aee3d3ac3bffe854f.zip
Mention --seccomp.32 etc in usage
Diffstat (limited to 'src/firejail/usage.c')
-rw-r--r--src/firejail/usage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index c98ad3620..77bfea8c6 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -208,6 +208,7 @@ static char *usage_str =
208 "\twhitelist the syscalls specified by the command.\n" 208 "\twhitelist the syscalls specified by the command.\n"
209 " --seccomp.print=name|pid - print the seccomp filter for the sandbox\n" 209 " --seccomp.print=name|pid - print the seccomp filter for the sandbox\n"
210 "\tidentified by name or PID.\n" 210 "\tidentified by name or PID.\n"
211 " --seccomp.32[.drop,.keep][=syscall] - like above but for 32 bit architecture.\n"
211#endif 212#endif
212 " --shell=none - run the program directly without a user shell.\n" 213 " --shell=none - run the program directly without a user shell.\n"
213 " --shell=program - set default user shell.\n" 214 " --shell=program - set default user shell.\n"