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": {
|
||||
"user": "selinux_test",
|
||||
"role": "control",
|
||||
"type": "dogfood",
|
||||
"level": "s1"
|
||||
"user": "system_u",
|
||||
"role": "system_r",
|
||||
"type": "svirt_lxc_net_t",
|
||||
"level": "s0:c4-c5"
|
||||
},
|
||||
"user": {
|
||||
"uid": 5,
|
||||
|
|
Loading…
Reference in a new issue