Merge pull request #339 from wking/selinux-key

specs-go/config: Fix 'SelinuxProcessLabel' -> 'SelinuxLabel'
This commit is contained in:
Michael Crosby 2016-03-09 12:05:28 -08:00
commit 9f909ab9d0
1 changed files with 1 additions and 1 deletions

View File

@ -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"`