diff --git a/test/testdata/container_config.json b/test/testdata/container_config.json index d1a83698..3bc9d8d7 100644 --- a/test/testdata/container_config.json +++ b/test/testdata/container_config.json @@ -66,8 +66,8 @@ "selinux_options": { "user": "system_u", "role": "system_r", - "type": "svirt_lxc_net_t", - "level": "s0:c4-c5" + "type": "container_t", + "level": "s0:c4,c5" }, "user": { "uid": 5, diff --git a/test/testdata/sandbox_config_seccomp.json b/test/testdata/sandbox_config_seccomp.json index 5a4345b0..9a55f51a 100644 --- a/test/testdata/sandbox_config_seccomp.json +++ b/test/testdata/sandbox_config_seccomp.json @@ -57,6 +57,12 @@ "host_pid": false, "host_ipc": false } + }, + "selinux_options": { + "user": "system_u", + "role": "system_r", + "type": "container_t", + "level": "s0:c1,c2" } } }