diff options
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/ceph.fc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selinux/ceph.fc b/selinux/ceph.fc index 31926895c46..df47fe10b49 100644 --- a/selinux/ceph.fc +++ b/selinux/ceph.fc @@ -1,6 +1,7 @@ /etc/rc\.d/init\.d/ceph -- gen_context(system_u:object_r:ceph_initrc_exec_t,s0) /etc/rc\.d/init\.d/radosgw -- gen_context(system_u:object_r:ceph_initrc_exec_t,s0) +/usr/bin/ceph-mgr -- gen_context(system_u:object_r:ceph_exec_t,s0) /usr/bin/ceph-mon -- gen_context(system_u:object_r:ceph_exec_t,s0) /usr/bin/ceph-mds -- gen_context(system_u:object_r:ceph_exec_t,s0) /usr/bin/ceph-osd -- gen_context(system_u:object_r:ceph_exec_t,s0) |