Skip to content

Commit 8399dc9

Browse files
author
Mrunal Patel
authored
Merge pull request opencontainers#503 from jhowardmsft/jjh/typo
Typo in apparmorprofile comment
2 parents 1c48651 + c601539 commit 8399dc9

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
@@ -47,7 +47,7 @@ type Process struct {
4747
// NoNewPrivileges controls whether additional privileges could be gained by processes in the container.
4848
NoNewPrivileges bool `json:"noNewPrivileges,omitempty"`
4949

50-
// ApparmorProfile specified the apparmor profile for the container. (this field is platform dependent)
50+
// ApparmorProfile specifies the apparmor profile for the container. (this field is platform dependent)
5151
ApparmorProfile string `json:"apparmorProfile,omitempty" platform:"linux"`
5252
// SelinuxLabel specifies the selinux context that the container process is run as. (this field is platform dependent)
5353
SelinuxLabel string `json:"selinuxLabel,omitempty" platform:"linux"`

0 commit comments

Comments
 (0)