Skip to content

Commit

Permalink
Fix syntax in Seccomp's errnoRet description
Browse files Browse the repository at this point in the history
Signed-off-by: Kaita Nakamura <kaita.nakamura0830@gmail.com>
  • Loading branch information
z63d committed Feb 3, 2025
1 parent a5b0116 commit 8617272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ The following parameters can be specified to set up seccomp:
* **`errnoRet`** *(uint, OPTIONAL)* - the errno return code to use.
Some actions like `SCMP_ACT_ERRNO` and `SCMP_ACT_TRACE` allow to specify the errno code to return.
When the action doesn't support an errno, the runtime MUST print and error and fail.
If not specified its default value is `EPERM`.
If not specified then its default value is `EPERM`.

* **`args`** *(array of objects, OPTIONAL)* - the specific syscall in seccomp.
Each entry has the following structure:
Expand Down

0 comments on commit 8617272

Please sign in to comment.