2006-04-25 15:13:59 +00:00
|
|
|
|
2008-10-14 15:46:36 +00:00
|
|
|
policy_module(soundserver, 1.6.0)
|
2006-04-25 15:13:59 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
|
|
|
type soundd_t;
|
|
|
|
type soundd_exec_t;
|
2008-07-23 21:38:39 +00:00
|
|
|
init_daemon_domain(soundd_t, soundd_exec_t)
|
2006-04-25 15:13:59 +00:00
|
|
|
|
|
|
|
type soundd_etc_t alias etc_soundd_t;
|
2008-10-08 15:50:03 +00:00
|
|
|
files_config_file(soundd_etc_t)
|
|
|
|
|
|
|
|
type soundd_initrc_exec_t;
|
|
|
|
init_script_file(soundd_initrc_exec_t)
|
2006-04-25 15:13:59 +00:00
|
|
|
|
|
|
|
type soundd_state_t;
|
|
|
|
files_type(soundd_state_t)
|
|
|
|
|
|
|
|
type soundd_tmp_t;
|
|
|
|
files_tmp_file(soundd_tmp_t)
|
|
|
|
|
|
|
|
# for yiff - probably need some rules for the client support too
|
|
|
|
type soundd_tmpfs_t;
|
|
|
|
files_tmpfs_file(soundd_tmpfs_t)
|
|
|
|
|
|
|
|
type soundd_var_run_t;
|
|
|
|
files_pid_file(soundd_var_run_t)
|
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
2008-10-08 15:50:03 +00:00
|
|
|
allow soundd_t self:capability dac_override;
|
2006-04-25 15:13:59 +00:00
|
|
|
dontaudit soundd_t self:capability sys_tty_config;
|
|
|
|
allow soundd_t self:process { setpgid signal_perms };
|
|
|
|
allow soundd_t self:tcp_socket create_stream_socket_perms;
|
|
|
|
allow soundd_t self:udp_socket create_socket_perms;
|
2008-10-08 15:50:03 +00:00
|
|
|
allow soundd_t self:unix_stream_socket { connectto create_stream_socket_perms };
|
|
|
|
|
2006-04-25 15:13:59 +00:00
|
|
|
# for yiff
|
|
|
|
allow soundd_t self:shm create_shm_perms;
|
|
|
|
|
2008-10-08 15:50:03 +00:00
|
|
|
read_files_pattern(soundd_t, soundd_etc_t, soundd_etc_t)
|
|
|
|
read_lnk_files_pattern(soundd_t, soundd_etc_t, soundd_etc_t)
|
2006-04-25 15:13:59 +00:00
|
|
|
|
2008-07-23 21:38:39 +00:00
|
|
|
manage_files_pattern(soundd_t, soundd_state_t, soundd_state_t)
|
|
|
|
manage_lnk_files_pattern(soundd_t, soundd_state_t, soundd_state_t)
|
2006-04-25 15:13:59 +00:00
|
|
|
|
2008-07-23 21:38:39 +00:00
|
|
|
manage_dirs_pattern(soundd_t, soundd_tmp_t, soundd_tmp_t)
|
|
|
|
manage_files_pattern(soundd_t, soundd_tmp_t, soundd_tmp_t)
|
2006-04-25 15:13:59 +00:00
|
|
|
files_tmp_filetrans(soundd_t, soundd_tmp_t, { file dir })
|
|
|
|
|
2008-07-23 21:38:39 +00:00
|
|
|
manage_files_pattern(soundd_t, soundd_tmpfs_t, soundd_tmpfs_t)
|
|
|
|
manage_lnk_files_pattern(soundd_t, soundd_tmpfs_t, soundd_tmpfs_t)
|
|
|
|
manage_fifo_files_pattern(soundd_t, soundd_tmpfs_t, soundd_tmpfs_t)
|
|
|
|
manage_sock_files_pattern(soundd_t, soundd_tmpfs_t, soundd_tmpfs_t)
|
|
|
|
fs_tmpfs_filetrans(soundd_t, soundd_tmpfs_t, { dir file lnk_file sock_file fifo_file })
|
2006-04-25 15:13:59 +00:00
|
|
|
|
2008-10-08 15:50:03 +00:00
|
|
|
manage_sock_files_pattern(soundd_t, soundd_var_run_t, soundd_var_run_t)
|
2008-07-23 21:38:39 +00:00
|
|
|
manage_files_pattern(soundd_t, soundd_var_run_t, soundd_var_run_t)
|
2008-10-08 15:50:03 +00:00
|
|
|
manage_dirs_pattern(soundd_t, soundd_var_run_t, soundd_var_run_t)
|
|
|
|
files_pid_filetrans(soundd_t, soundd_var_run_t, { file dir })
|
2006-04-25 15:13:59 +00:00
|
|
|
|
|
|
|
kernel_read_kernel_sysctls(soundd_t)
|
|
|
|
kernel_list_proc(soundd_t)
|
|
|
|
kernel_read_proc_symlinks(soundd_t)
|
|
|
|
|
2007-06-27 15:23:21 +00:00
|
|
|
corenet_all_recvfrom_unlabeled(soundd_t)
|
|
|
|
corenet_all_recvfrom_netlabel(soundd_t)
|
2006-04-25 15:13:59 +00:00
|
|
|
corenet_tcp_sendrecv_generic_if(soundd_t)
|
|
|
|
corenet_udp_sendrecv_generic_if(soundd_t)
|
|
|
|
corenet_tcp_sendrecv_all_nodes(soundd_t)
|
|
|
|
corenet_udp_sendrecv_all_nodes(soundd_t)
|
|
|
|
corenet_tcp_sendrecv_all_ports(soundd_t)
|
|
|
|
corenet_udp_sendrecv_all_ports(soundd_t)
|
|
|
|
corenet_tcp_bind_all_nodes(soundd_t)
|
|
|
|
corenet_tcp_bind_soundd_port(soundd_t)
|
2006-05-30 19:46:34 +00:00
|
|
|
corenet_sendrecv_soundd_server_packets(soundd_t)
|
2006-04-25 15:13:59 +00:00
|
|
|
|
|
|
|
dev_read_sysfs(soundd_t)
|
|
|
|
dev_read_sound(soundd_t)
|
|
|
|
dev_write_sound(soundd_t)
|
|
|
|
|
|
|
|
domain_use_interactive_fds(soundd_t)
|
|
|
|
|
|
|
|
files_read_etc_files(soundd_t)
|
|
|
|
files_read_etc_runtime_files(soundd_t)
|
|
|
|
|
|
|
|
fs_getattr_all_fs(soundd_t)
|
|
|
|
fs_search_auto_mountpoints(soundd_t)
|
|
|
|
|
|
|
|
logging_send_syslog_msg(soundd_t)
|
|
|
|
|
|
|
|
miscfiles_read_localization(soundd_t)
|
|
|
|
|
|
|
|
sysnet_read_config(soundd_t)
|
|
|
|
|
|
|
|
userdom_dontaudit_use_unpriv_user_fds(soundd_t)
|
2008-04-29 13:58:34 +00:00
|
|
|
|
|
|
|
sysadm_dontaudit_search_home_dirs(soundd_t)
|
2006-04-25 15:13:59 +00:00
|
|
|
|
2008-10-08 15:50:03 +00:00
|
|
|
optional_policy(`
|
|
|
|
alsa_domtrans(soundd_t)
|
|
|
|
')
|
|
|
|
|
2006-04-25 15:13:59 +00:00
|
|
|
optional_policy(`
|
|
|
|
seutil_sigchld_newrole(soundd_t)
|
|
|
|
')
|
|
|
|
|
|
|
|
optional_policy(`
|
|
|
|
udev_read_db(soundd_t)
|
|
|
|
')
|