Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b0116 commit 8617272Copy full SHA for 8617272
config-linux.md
@@ -794,7 +794,7 @@ The following parameters can be specified to set up seccomp:
794
* **`errnoRet`** *(uint, OPTIONAL)* - the errno return code to use.
795
Some actions like `SCMP_ACT_ERRNO` and `SCMP_ACT_TRACE` allow to specify the errno code to return.
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`.
+ If not specified then its default value is `EPERM`.
798
799
* **`args`** *(array of objects, OPTIONAL)* - the specific syscall in seccomp.
800
Each entry has the following structure:
0 commit comments