summaryrefslogtreecommitdiffstats
path: root/man/ceph_selinux.8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc,man: typos found by codespellDimitri Papadopoulos2021-12-151-1/+1
| | | | Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
* selinux: Allow log files to be located in /var/log/radosgwBoris Ranto2016-02-111-2/+52
| | | | | | | | | | | | | | | | 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>
* selinux: Fix man page locationBoris Ranto2015-10-061-5/+51
| | | | | | | | | | The SELinux man page was previously located in two places and the man page that was supposed to be updated when rgw selinux changes were proposed did not get updated properly. Fixing this by moving selinux/ceph_selinux.8 to man/ceph_selinux.8. Also, populate EXTRA_DIST with ceph_selinux.8. Signed-off-by: Boris Ranto <branto@redhat.com>
* Add initial SELinux supportBoris Ranto2015-08-051-0/+324
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>