Fix selinux configuration
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
bf82b19e33
commit
a8329c5281
1 changed files with 4 additions and 4 deletions
8
testdata/container_config.json
vendored
8
testdata/container_config.json
vendored
|
@ -77,10 +77,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"selinux_options": {
|
"selinux_options": {
|
||||||
"user": "selinux_test",
|
"user": "system_u",
|
||||||
"role": "control",
|
"role": "system_r",
|
||||||
"type": "dogfood",
|
"type": "svirt_lxc_net_t",
|
||||||
"level": "s1"
|
"level": "s0:c4-c5"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"uid": 5,
|
"uid": 5,
|
||||||
|
|
Loading…
Reference in a new issue