diff options
author | Patrick Donnelly <pdonnell@redhat.com> | 2018-09-20 19:27:43 +0200 |
---|---|---|
committer | Patrick Donnelly <pdonnell@redhat.com> | 2018-09-20 19:27:43 +0200 |
commit | 2bfaac762d283a0e000074f79f704033afd6dead (patch) | |
tree | 50c8a0e74a118fd98bf7d9750f9ef02a602c6bea /selinux | |
parent | Merge PR #24156 into master (diff) | |
download | ceph-2bfaac762d283a0e000074f79f704033afd6dead.tar.xz ceph-2bfaac762d283a0e000074f79f704033afd6dead.zip |
ceph-fuse: add to selinux profile
Fixes: http://tracker.ceph.com/issues/36103
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
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 df47fe10b49..b942dd704db 100644 --- a/selinux/ceph.fc +++ b/selinux/ceph.fc @@ -4,6 +4,7 @@ /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-fuse -- gen_context(system_u:object_r:ceph_exec_t,s0) /usr/bin/ceph-osd -- gen_context(system_u:object_r:ceph_exec_t,s0) /usr/bin/radosgw -- gen_context(system_u:object_r:ceph_exec_t,s0) |