icecast patch from Dan Walsh

This commit is contained in:
Jeremy Solt 2010-08-30 11:32:58 -04:00 committed by Chris PeBenito
parent 2a2b6a79fa
commit 01c441355e
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,8 @@ 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 })
kernel_read_system_state(icecast_t)
corenet_tcp_bind_soundd_port(icecast_t)
# Init script handling
@ -50,6 +52,10 @@ miscfiles_read_localization(icecast_t)
sysnet_dns_name_resolve(icecast_t)
optional_policy(`
apache_read_sys_content(icecast_t)
')
optional_policy(`
rtkit_scheduled(icecast_t)
')