Skip to content

Commit 221c198

Browse files
committed
Fix description of errnoRet in Seccomp
Signed-off-by: z63d <[email protected]>
1 parent a5b0116 commit 221c198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config-linux.md

+2-2
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)