mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #21381 from mlaventure/selinux-pcp_pmcd
Give selinux pcp_pmcd_t type access to /var/lib/docker
This commit is contained in:
commit
55304e2e55
1 changed files with 7 additions and 0 deletions
|
@ -405,3 +405,10 @@ optional_policy(`
|
||||||
|
|
||||||
dontaudit svirt_sandbox_domain domain:key {search link};
|
dontaudit svirt_sandbox_domain domain:key {search link};
|
||||||
')
|
')
|
||||||
|
|
||||||
|
optional_policy(`
|
||||||
|
gen_require(`
|
||||||
|
type pcp_pmcd_t;
|
||||||
|
')
|
||||||
|
docker_manage_lib_files(pcp_pmcd_t)
|
||||||
|
')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue