Skip to content

Commit af533fb

Browse files
authored
Update specs-go/state.go
1 parent f2472af commit af533fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type SeccompState struct {
5757
// SeccompFd is the file descriptor for Seccomp User Notification
5858
SeccompFd int `json:"seccompFd"`
5959
// Pid is the process ID on which the seccomp filter is applied
60-
Pid int `json:"pid,omitempty"`
60+
Pid int `json:"pid"`
6161
// PidFd is a pidfd for the process on which the seccomp filter is
6262
// applied
6363
PidFd int `json:"pidFd,omitempty"`

0 commit comments

Comments
 (0)