File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ The following parameters can be specified to set up seccomp:
719
719
* ** ` defaultErrnoRet ` ** * (uint, OPTIONAL)* - the errno return code to use.
720
720
Some actions like ` SCMP_ACT_ERRNO ` and ` SCMP_ACT_TRACE ` allow to specify the errno code to return.
721
721
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 ` .
723
723
* ** ` architectures ` ** * (array of strings, OPTIONAL)* - the architecture used for system calls.
724
724
A valid list of constants as of libseccomp v2.6.0 is shown below.
725
725
@@ -794,7 +794,7 @@ The following parameters can be specified to set up seccomp:
794
794
* ** ` errnoRet ` ** * (uint, OPTIONAL)* - the errno return code to use.
795
795
Some actions like ` SCMP_ACT_ERRNO ` and ` SCMP_ACT_TRACE ` allow to specify the errno code to return.
796
796
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 ` .
798
798
799
799
* ** ` args ` ** * (array of objects, OPTIONAL)* - the specific syscall in seccomp.
800
800
Each entry has the following structure:
You can’t perform that action at this time.
0 commit comments