selinux: Allow read on var_run_t

Fixes: http://tracker.ceph.com/issues/16674
Signed-off-by: Boris Ranto <branto@redhat.com>
This commit is contained in:
Boris Ranto 2017-06-06 21:27:54 +02:00
parent d010971700
commit 899adbf55c

View File

@ -108,7 +108,7 @@ allow ceph_t random_device_t:chr_file getattr;
allow ceph_t urandom_device_t:chr_file getattr;
allow ceph_t self:process setpgid;
allow ceph_t var_run_t:dir { write create add_name };
allow ceph_t var_run_t:file { write create open getattr };
allow ceph_t var_run_t:file { read write create open getattr };
fsadm_manage_pid(ceph_t)