Merge pull request #339 from wking/selinux-key
specs-go/config: Fix 'SelinuxProcessLabel' -> 'SelinuxLabel'
This commit is contained in:
commit
9f909ab9d0
|
@ -39,7 +39,7 @@ type Process struct {
|
||||||
Capabilities []string `json:"capabilities,omitempty"`
|
Capabilities []string `json:"capabilities,omitempty"`
|
||||||
// ApparmorProfile specified the apparmor profile for the container.
|
// ApparmorProfile specified the apparmor profile for the container.
|
||||||
ApparmorProfile string `json:"apparmorProfile,omitempty"`
|
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"`
|
SelinuxLabel string `json:"selinuxLabel,omitempty"`
|
||||||
// NoNewPrivileges controls whether additional privileges could be gained by processes in the container.
|
// NoNewPrivileges controls whether additional privileges could be gained by processes in the container.
|
||||||
NoNewPrivileges bool `json:"noNewPrivileges,omitempty"`
|
NoNewPrivileges bool `json:"noNewPrivileges,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue