Give selinux pcp_pmcd_t type access to /var/lib/docker

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
Upstream-commit: 00bf3c85d04f58a86f96ff63a3bd7eeaaa5f76fe
Component: engine
This commit is contained in:
Kenfe-Mickael Laventure
2016-03-21 16:38:26 -07:00
parent 6d6fe29dc2
commit 43172a0b3a
@@ -405,3 +405,10 @@ optional_policy(`
dontaudit svirt_sandbox_domain domain:key {search link};
')
optional_policy(`
gen_require(`
type pcp_pmcd_t;
')
docker_manage_lib_files(pcp_pmcd_t)
')