Add new --seccomp_log option to docs

This commit is contained in:
John Vogel 2018-05-23 20:44:31 -04:00
parent 2b6955e48c
commit 006270746d
2 changed files with 5 additions and 0 deletions

View File

@ -462,6 +462,8 @@ Options:
Path to file containing seccomp-bpf policy (see kafel/)
--seccomp_string VALUE
String with kafel seccomp-bpf policy (see kafel/)
--seccomp_log
Use SECCOMP_FILTER_FLAG_LOG. Log all actions except SECCOMP_RET_ALLOW
--cgroup_mem_max VALUE
Maximum number of bytes to use in the group (default: '0' - disabled)
--cgroup_mem_mount VALUE

View File

@ -205,6 +205,9 @@ Path to file containing seccomp\-bpf policy (see kafel/)
\fB\-\-seccomp_string\fR VALUE
String with kafel seccomp\-bpf policy (see kafel/)
.TP
\fB\-\-seccomp_log\fR
Use SECCOMP_FILTER_FLAG_LOG. Log all actions except SECCOMP_RET_ALLOW
.TP
\fB\-\-cgroup_mem_max\fR VALUE
Maximum number of bytes to use in the group (default: '0' \- disabled)
.TP