From a8329c5281bdf9a80833e7cb9b592c44b3af1765 Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Thu, 18 Aug 2016 15:52:09 -0700 Subject: [PATCH] Fix selinux configuration Signed-off-by: Mrunal Patel --- testdata/container_config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testdata/container_config.json b/testdata/container_config.json index b882ef58..f6894a3e 100644 --- a/testdata/container_config.json +++ b/testdata/container_config.json @@ -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,