selinux-policy/policy/modules/services/icecast.te

57 lines
1.4 KiB
Plaintext
Raw Normal View History

2010-03-22 12:56:32 +00:00
policy_module(icecast, 1.0.0)
########################################
#
# Declarations
#
type icecast_t;
type icecast_exec_t;
init_daemon_domain(icecast_t, icecast_exec_t)
type icecast_initrc_exec_t;
init_script_file(icecast_initrc_exec_t)
type icecast_var_run_t;
files_pid_file(icecast_var_run_t)
type icecast_log_t;
logging_log_file(icecast_log_t)
########################################
#
# icecast local policy
#
allow icecast_t self:capability { dac_override setgid setuid sys_nice };
allow icecast_t self:process { getsched fork setsched signal };
allow icecast_t self:fifo_file rw_fifo_file_perms;
allow icecast_t self:unix_stream_socket create_stream_socket_perms;
allow icecast_t self:tcp_socket create_stream_socket_perms;
2010-03-22 12:56:32 +00:00
manage_dirs_pattern(icecast_t, icecast_log_t, icecast_log_t)
manage_files_pattern(icecast_t, icecast_log_t, icecast_log_t)
logging_log_filetrans(icecast_t, icecast_log_t, { file dir } )
2010-03-22 12:56:32 +00:00
manage_dirs_pattern(icecast_t, icecast_var_run_t, icecast_var_run_t)
manage_files_pattern(icecast_t, icecast_var_run_t, icecast_var_run_t)
files_pid_filetrans(icecast_t, icecast_var_run_t, { file dir })
corenet_tcp_bind_soundd_port(icecast_t)
# Init script handling
domain_use_interactive_fds(icecast_t)
files_read_etc_files(icecast_t)
auth_use_nsswitch(icecast_t)
miscfiles_read_localization(icecast_t)
sysnet_dns_name_resolve(icecast_t)
optional_policy(`
2010-03-22 12:56:32 +00:00
rtkit_schedule(icecast_t)
')