mirror of
https://github.com/ceph/ceph
synced 2024-12-16 16:39:21 +00:00
bcf12049fb
We do suggest users to put their logs in /var/log/radosgw in the documentation at times. We should also label that directory with ceph_var_log_t so that ceph daemons can also write there. The commit also updates the man page for this policy. This man page is automatically generated by * sepolicy manpage -p . -d ceph_t and have not been reloaded in a while. Hence, it contains few more changes than the new radosgw directory. Signed-off-by: Boris Ranto <branto@redhat.com>
15 lines
714 B
Plaintext
15 lines
714 B
Plaintext
/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-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)
|
|
/usr/bin/radosgw -- 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/log/radosgw(/.*)? gen_context(system_u:object_r:ceph_log_t,s0)
|
|
|
|
/var/run/ceph(/.*)? gen_context(system_u:object_r:ceph_var_run_t,s0)
|