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 fae9a3e commit 59333dcCopy full SHA for 59333dc
specs-go/config.go
@@ -39,7 +39,7 @@ type Process struct {
39
Capabilities []string `json:"capabilities,omitempty"`
40
// ApparmorProfile specified the apparmor profile for the container.
41
ApparmorProfile string `json:"apparmorProfile,omitempty"`
42
- // SelinuxProcessLabel specifies the selinux context that the container process is run as.
+ // SelinuxLabel specifies the selinux context that the container process is run as.
43
SelinuxLabel string `json:"selinuxLabel,omitempty"`
44
// NoNewPrivileges controls whether additional privileges could be gained by processes in the container.
45
NoNewPrivileges bool `json:"noNewPrivileges,omitempty"`
0 commit comments