mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +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>
72 lines
1.7 KiB
Plaintext
72 lines
1.7 KiB
Plaintext
policy_module(ceph, 1.0.0)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
type ceph_t;
|
|
type ceph_exec_t;
|
|
init_daemon_domain(ceph_t, ceph_exec_t)
|
|
|
|
permissive ceph_t;
|
|
|
|
type ceph_initrc_exec_t;
|
|
init_script_file(ceph_initrc_exec_t)
|
|
|
|
type ceph_log_t;
|
|
logging_log_file(ceph_log_t)
|
|
|
|
type ceph_var_lib_t;
|
|
files_type(ceph_var_lib_t)
|
|
|
|
type ceph_var_run_t;
|
|
files_pid_file(ceph_var_run_t)
|
|
|
|
########################################
|
|
#
|
|
# ceph local policy
|
|
#
|
|
|
|
allow ceph_t self:process { signal_perms };
|
|
allow ceph_t self:fifo_file rw_fifo_file_perms;
|
|
allow ceph_t self:unix_stream_socket create_stream_socket_perms;
|
|
|
|
manage_dirs_pattern(ceph_t, ceph_log_t, ceph_log_t)
|
|
manage_files_pattern(ceph_t, ceph_log_t, ceph_log_t)
|
|
manage_lnk_files_pattern(ceph_t, ceph_log_t, ceph_log_t)
|
|
|
|
manage_dirs_pattern(ceph_t, ceph_var_lib_t, ceph_var_lib_t)
|
|
manage_files_pattern(ceph_t, ceph_var_lib_t, ceph_var_lib_t)
|
|
manage_lnk_files_pattern(ceph_t, ceph_var_lib_t, ceph_var_lib_t)
|
|
|
|
manage_dirs_pattern(ceph_t, ceph_var_run_t, ceph_var_run_t)
|
|
manage_files_pattern(ceph_t, ceph_var_run_t, ceph_var_run_t)
|
|
manage_lnk_files_pattern(ceph_t, ceph_var_run_t, ceph_var_run_t)
|
|
|
|
kernel_read_system_state(ceph_t)
|
|
|
|
corenet_all_recvfrom_unlabeled(ceph_t)
|
|
corenet_all_recvfrom_netlabel(ceph_t)
|
|
corenet_udp_sendrecv_generic_if(ceph_t)
|
|
corenet_udp_sendrecv_generic_node(ceph_t)
|
|
corenet_udp_bind_generic_node(ceph_t)
|
|
corenet_tcp_bind_generic_node(ceph_t)
|
|
|
|
corenet_sendrecv_cyphesis_server_packets(ceph_t)
|
|
corenet_tcp_bind_cyphesis_port(ceph_t)
|
|
corenet_tcp_sendrecv_cyphesis_port(ceph_t)
|
|
|
|
corecmd_exec_bin(ceph_t)
|
|
corecmd_exec_shell(ceph_t)
|
|
|
|
dev_read_urand(ceph_t)
|
|
|
|
fs_getattr_all_fs(ceph_t)
|
|
|
|
auth_use_nsswitch(ceph_t)
|
|
|
|
logging_send_syslog_msg(ceph_t)
|
|
|
|
sysnet_dns_name_resolve(ceph_t)
|