61 lines
1.3 KiB
Text
61 lines
1.3 KiB
Text
|
policy_module(rhnsd, 1.0.0)
|
||
|
|
||
|
########################################
|
||
|
#
|
||
|
# Declarations
|
||
|
#
|
||
|
|
||
|
type rhnsd_t;
|
||
|
type rhnsd_exec_t;
|
||
|
init_daemon_domain(rhnsd_t, rhnsd_exec_t)
|
||
|
|
||
|
type rhnsd_var_run_t;
|
||
|
files_pid_file(rhnsd_var_run_t)
|
||
|
|
||
|
type rhnsd_initrc_exec_t;
|
||
|
init_script_file(rhnsd_initrc_exec_t)
|
||
|
|
||
|
type rhnsd_unit_file_t;
|
||
|
systemd_unit_file(rhnsd_unit_file_t)
|
||
|
|
||
|
type rhnsd_conf_t;
|
||
|
files_config_file(rhnsd_conf_t)
|
||
|
|
||
|
########################################
|
||
|
#
|
||
|
# rhnsd local policy
|
||
|
#
|
||
|
|
||
|
allow rhnsd_t self:capability { kill };
|
||
|
allow rhnsd_t self:process { fork signal };
|
||
|
allow rhnsd_t self:fifo_file rw_fifo_file_perms;
|
||
|
allow rhnsd_t self:unix_stream_socket create_stream_socket_perms;
|
||
|
allow rhnsd_t self:udp_socket create_socket_perms;
|
||
|
|
||
|
manage_dirs_pattern(rhnsd_t, rhnsd_var_run_t, rhnsd_var_run_t)
|
||
|
manage_files_pattern(rhnsd_t, rhnsd_var_run_t, rhnsd_var_run_t)
|
||
|
files_pid_filetrans(rhnsd_t, rhnsd_var_run_t, { dir file })
|
||
|
|
||
|
manage_files_pattern(rhnsd_t, rhnsd_conf_t, rhnsd_conf_t)
|
||
|
manage_lnk_files_pattern(rhnsd_t, rhnsd_conf_t, rhnsd_conf_t)
|
||
|
|
||
|
auth_use_nsswitch(rhnsd_t)
|
||
|
|
||
|
corecmd_exec_bin(rhnsd_t)
|
||
|
|
||
|
logging_send_syslog_msg(rhnsd_t)
|
||
|
|
||
|
miscfiles_read_certs(rhnsd_t)
|
||
|
|
||
|
sysnet_read_config(rhnsd_t)
|
||
|
|
||
|
optional_policy(`
|
||
|
gnome_read_generic_data_home_dirs(rhnsd_t)
|
||
|
')
|
||
|
|
||
|
optional_policy(`
|
||
|
# execute rhn_check
|
||
|
rpm_domtrans(rhnsd_t)
|
||
|
rpm_read_log(rhnsd_t)
|
||
|
')
|