Skip to content

Commit 9f909ab

Browse files
committed
Merge pull request #339 from wking/selinux-key
specs-go/config: Fix 'SelinuxProcessLabel' -> 'SelinuxLabel'
2 parents fae9a3e + 59333dc commit 9f909ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type Process struct {
3939
Capabilities []string `json:"capabilities,omitempty"`
4040
// ApparmorProfile specified the apparmor profile for the container.
4141
ApparmorProfile string `json:"apparmorProfile,omitempty"`
42-
// SelinuxProcessLabel specifies the selinux context that the container process is run as.
42+
// SelinuxLabel specifies the selinux context that the container process is run as.
4343
SelinuxLabel string `json:"selinuxLabel,omitempty"`
4444
// NoNewPrivileges controls whether additional privileges could be gained by processes in the container.
4545
NoNewPrivileges bool `json:"noNewPrivileges,omitempty"`

0 commit comments

Comments
 (0)