Fix selinux configuration

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2016-08-18 15:52:09 -07:00
parent bf82b19e33
commit a8329c5281

View file

@ -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,