File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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:
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:
You can’t perform that action at this time.
0 commit comments