Skip to content

Commit

Permalink
Merge pull request opencontainers#503 from jhowardmsft/jjh/typo
Browse files Browse the repository at this point in the history
Typo in apparmorprofile comment
  • Loading branch information
Mrunal Patel authored Jun 21, 2016
2 parents 1c48651 + c601539 commit 8399dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs-go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type Process struct {
// NoNewPrivileges controls whether additional privileges could be gained by processes in the container.
NoNewPrivileges bool `json:"noNewPrivileges,omitempty"`

// 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)
ApparmorProfile string `json:"apparmorProfile,omitempty" platform:"linux"`
// SelinuxLabel specifies the selinux context that the container process is run as. (this field is platform dependent)
SelinuxLabel string `json:"selinuxLabel,omitempty" platform:"linux"`
Expand Down

0 comments on commit 8399dc9

Please sign in to comment.