We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e2591 commit 66f4ffaCopy full SHA for 66f4ffa
config-linux.md
@@ -604,13 +604,14 @@ The following parameters can be specified to set up seccomp:
604
* **`names`** *(array of strings, REQUIRED)* - the names of the syscalls.
605
`names` MUST contain at least one entry.
606
* **`action`** *(string, REQUIRED)* - the action for seccomp rules.
607
- A valid list of constants as of libseccomp v2.3.2 is shown below.
+ A valid list of constants as of libseccomp v2.4.0 is shown below.
608
609
* `SCMP_ACT_KILL`
610
* `SCMP_ACT_TRAP`
611
* `SCMP_ACT_ERRNO`
612
* `SCMP_ACT_TRACE`
613
* `SCMP_ACT_ALLOW`
614
+ * `SCMP_ACT_LOG`
615
616
* **`args`** *(array of objects, OPTIONAL)* - the specific syscall in seccomp.
617
0 commit comments