Merge pull request #334 from rhatdan/selinux
Default type for containers is not container_t
This commit is contained in:
commit
60d148f94c
2 changed files with 8 additions and 2 deletions
4
test/testdata/container_config.json
vendored
4
test/testdata/container_config.json
vendored
|
@ -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,
|
||||
|
|
6
test/testdata/sandbox_config_seccomp.json
vendored
6
test/testdata/sandbox_config_seccomp.json
vendored
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue