We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a6d08 commit ec964dfCopy full SHA for ec964df
1 file changed
config-linux.md
@@ -645,8 +645,9 @@ The following parameters can be specified to set up seccomp:
645
* `SCMP_ACT_LOG`
646
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`.
+ Some actions like `SCMP_ACT_ERRNO` and `SCMP_ACT_TRACE` allow to specify the errno code to return.
+ 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`.
651
652
* **`args`** *(array of objects, OPTIONAL)* - the specific syscall in seccomp.
653
Each entry has the following structure:
0 commit comments