aboutsummaryrefslogtreecommitdiff
path: root/minijail0_cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'minijail0_cli.c')
-rw-r--r--minijail0_cli.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/minijail0_cli.c b/minijail0_cli.c
index b0b6518..1b92b09 100644
--- a/minijail0_cli.c
+++ b/minijail0_cli.c
@@ -505,8 +505,9 @@ static void usage(const char *progn)
" -K: Do not change share mode of any existing mounts.\n"
" -K<mode>: Mark all existing mounts as <mode> instead of MS_PRIVATE.\n"
" -l: Enter new IPC namespace.\n"
- " -L: Report blocked syscalls to syslog when using seccomp filter.\n"
- " Forces the following syscalls to be allowed:\n"
+ " -L: Report blocked syscalls when using seccomp filter.\n"
+ " If the kernel does not support SECCOMP_RET_LOG,\n"
+ " forces the following syscalls to be allowed:\n"
" ", progn);
/* clang-format on */
for (i = 0; i < log_syscalls_len; i++)