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 f2472af commit af533fbCopy full SHA for af533fb
specs-go/state.go
@@ -57,7 +57,7 @@ type SeccompState struct {
57
// SeccompFd is the file descriptor for Seccomp User Notification
58
SeccompFd int `json:"seccompFd"`
59
// Pid is the process ID on which the seccomp filter is applied
60
- Pid int `json:"pid,omitempty"`
+ Pid int `json:"pid"`
61
// PidFd is a pidfd for the process on which the seccomp filter is
62
// applied
63
PidFd int `json:"pidFd,omitempty"`
0 commit comments