File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 132132 "id" : " https://opencontainers.org/schema/bundle/process/linux/apparmorProfile" ,
133133 "type" : " string"
134134 },
135- "selinuxProcessLabel " : {
136- "id" : " https://opencontainers.org/schema/bundle/process/linux/selinuxProcessLabel " ,
135+ "selinuxLabel " : {
136+ "id" : " https://opencontainers.org/schema/bundle/process/linux/selinuxLabel " ,
137137 "type" : " string"
138138 },
139139 "noNewPrivileges" : {
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ type Process struct {
4949
5050 // ApparmorProfile specified the apparmor profile for the container. (this field is platform dependent)
5151 ApparmorProfile string `json:"apparmorProfile,omitempty" platform:"linux"`
52- // SelinuxProcessLabel specifies the selinux context that the container process is run as. (this field is platform dependent)
52+ // 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"`
5454}
5555
You can’t perform that action at this time.
0 commit comments