mirror of
https://github.com/ceph/ceph
synced 2024-12-19 09:57:05 +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>
30 lines
395 B
Plaintext
30 lines
395 B
Plaintext
dist_man_MANS += \
|
|
ceph-deploy.8 \
|
|
crushtool.8 \
|
|
ceph-run.8 \
|
|
mount.ceph.8 \
|
|
ceph-create-keys.8 \
|
|
ceph-rest-api.8 \
|
|
ceph-debugpack.8 \
|
|
ceph_selinux.8
|
|
|
|
if WITH_MON
|
|
dist_man_MANS += \
|
|
ceph-mon.8 \
|
|
monmaptool.8
|
|
endif
|
|
|
|
if WITH_OSD
|
|
dist_man_MANS += \
|
|
ceph-clsinfo.8 \
|
|
ceph-detect-init.8 \
|
|
ceph-disk.8 \
|
|
ceph-osd.8 \
|
|
osdmaptool.8
|
|
endif
|
|
|
|
if WITH_MDS
|
|
dist_man_MANS += \
|
|
ceph-mds.8
|
|
endif
|