diff --git a/specs-go/config.go b/specs-go/config.go index 89c7327fff8..816bc856a28 100644 --- a/specs-go/config.go +++ b/specs-go/config.go @@ -39,7 +39,7 @@ type Process struct { Capabilities []string `json:"capabilities,omitempty"` // ApparmorProfile specified the apparmor profile for the container. ApparmorProfile string `json:"apparmorProfile,omitempty"` - // SelinuxProcessLabel specifies the selinux context that the container process is run as. + // SelinuxLabel specifies the selinux context that the container process is run as. SelinuxLabel string `json:"selinuxLabel,omitempty"` // NoNewPrivileges controls whether additional privileges could be gained by processes in the container. NoNewPrivileges bool `json:"noNewPrivileges,omitempty"`