Skip to content

Commit 2f2d37e

Browse files
authored
Merge pull request #1277 from z63d/fix/seccomp-errnoret-descripton
Fix description of errnoRet in Seccomp
2 parents a5b0116 + 221c198 commit 2f2d37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ The following parameters can be specified to set up seccomp:
719719
* **`defaultErrnoRet`** *(uint, OPTIONAL)* - the errno return code to use.
720720
Some actions like `SCMP_ACT_ERRNO` and `SCMP_ACT_TRACE` allow to specify the errno code to return.
721721
When the action doesn't support an errno, the runtime MUST print and error and fail.
722-
If not specified then its default value is `EPERM`.
722+
The default is `EPERM`.
723723
* **`architectures`** *(array of strings, OPTIONAL)* - the architecture used for system calls.
724724
A valid list of constants as of libseccomp v2.6.0 is shown below.
725725

@@ -794,7 +794,7 @@ The following parameters can be specified to set up seccomp:
794794
* **`errnoRet`** *(uint, OPTIONAL)* - the errno return code to use.
795795
Some actions like `SCMP_ACT_ERRNO` and `SCMP_ACT_TRACE` allow to specify the errno code to return.
796796
When the action doesn't support an errno, the runtime MUST print and error and fail.
797-
If not specified its default value is `EPERM`.
797+
The default is `EPERM`.
798798

799799
* **`args`** *(array of objects, OPTIONAL)* - the specific syscall in seccomp.
800800
Each entry has the following structure:

0 commit comments

Comments
 (0)