mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
c52eb995e0
This patch modifies the build system and spec file to provide a support for SELinux enforcing in an opt-in matter via ceph-selinux package. Signed-off-by: Boris Ranto <branto@redhat.com>
12 lines
494 B
Plaintext
12 lines
494 B
Plaintext
/etc/rc\.d/init\.d/ceph -- gen_context(system_u:object_r:ceph_initrc_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)
|
|
|
|
/var/lib/ceph(/.*)? gen_context(system_u:object_r:ceph_var_lib_t,s0)
|
|
|
|
/var/log/ceph(/.*)? gen_context(system_u:object_r:ceph_log_t,s0)
|
|
|
|
/var/run/ceph(/.*)? gen_context(system_u:object_r:ceph_var_run_t,s0)
|