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.
2 parents 1c48651 + c601539 commit 8399dc9Copy full SHA for 8399dc9
specs-go/config.go
@@ -47,7 +47,7 @@ type Process struct {
47
// NoNewPrivileges controls whether additional privileges could be gained by processes in the container.
48
NoNewPrivileges bool `json:"noNewPrivileges,omitempty"`
49
50
- // ApparmorProfile specified the apparmor profile for the container. (this field is platform dependent)
+ // ApparmorProfile specifies the apparmor profile for the container. (this field is platform dependent)
51
ApparmorProfile string `json:"apparmorProfile,omitempty" platform:"linux"`
52
// SelinuxLabel specifies the selinux context that the container process is run as. (this field is platform dependent)
53
SelinuxLabel string `json:"selinuxLabel,omitempty" platform:"linux"`
0 commit comments