You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config-linux.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -634,8 +634,9 @@ The following parameters can be specified to set up seccomp:
634
634
635
635
The runtime sends the following file descriptors using `SCM_RIGHTS` and set their names in the `fds` array of the [container process state](#containerprocessstate):
636
636
637
-
***`seccompFd`** (int, REQUIRED) is the seccomp file descriptor returned by the seccomp syscall.
638
-
***`pidFd`** (int, OPTIONAL) is the process file descriptor (e.g as returned by `pidfd_open(2)` or by `clone(2)` with the `CLONE_PID` flag).
637
+
***`seccompFd`** (string, REQUIRED) is the seccomp file descriptor returned by the seccomp syscall.
638
+
***`pidFd`** (string, OPTIONAL) is the process file descriptor (e.g as returned by `pidfd_open(2)` or by `clone(2)` with the `CLONE_PID` flag).
639
+
This refers to the container's pid 1 if the container is being created or to the process that entered the container with exec.
639
640
640
641
***`listenerMetadata`***(string, OPTIONAL)* - specifies an opaque data to pass to the seccomp agent.
641
642
This string will be sent as the `metadata` field in the [container process state](#containerprocessstate).
@@ -718,7 +719,7 @@ The container process state includes the following properties:
0 commit comments