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 5cb64f9Copy full SHA for 5cb64f9
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