Skip to content

Commit 66f4ffa

Browse files
committed
Add new seccomp action.
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 52e2591 commit 66f4ffa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config-linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,13 +604,14 @@ The following parameters can be specified to set up seccomp:
604604
* **`names`** *(array of strings, REQUIRED)* - the names of the syscalls.
605605
`names` MUST contain at least one entry.
606606
* **`action`** *(string, REQUIRED)* - the action for seccomp rules.
607-
A valid list of constants as of libseccomp v2.3.2 is shown below.
607+
A valid list of constants as of libseccomp v2.4.0 is shown below.
608608

609609
* `SCMP_ACT_KILL`
610610
* `SCMP_ACT_TRAP`
611611
* `SCMP_ACT_ERRNO`
612612
* `SCMP_ACT_TRACE`
613613
* `SCMP_ACT_ALLOW`
614+
* `SCMP_ACT_LOG`
614615

615616
* **`args`** *(array of objects, OPTIONAL)* - the specific syscall in seccomp.
616617

0 commit comments

Comments
 (0)