File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -645,8 +645,9 @@ The following parameters can be specified to set up seccomp:
645
645
* ` SCMP_ACT_LOG `
646
646
647
647
* ** ` errnoRet ` ** * (uint, OPTIONAL)* - the errno return code to use.
648
- Some actions like ` SCMP_ACT_ERRNO ` and ` SCMP_ACT_TRACE ` allow to specify the errno
649
- code to return. If not specified its default value is ` EPERM ` .
648
+ Some actions like ` SCMP_ACT_ERRNO ` and ` SCMP_ACT_TRACE ` allow to specify the errno code to return.
649
+ When the action doesn't support an errno, the runtime MUST print and error and fail.
650
+ If not specified its default value is ` EPERM ` .
650
651
651
652
* ** ` args ` ** * (array of objects, OPTIONAL)* - the specific syscall in seccomp.
652
653
Each entry has the following structure:
You can’t perform that action at this time.
0 commit comments