selinux-refpolicy/policy/modules/admin/alsa.te

60 lines
1.3 KiB
Plaintext
Raw Normal View History

2006-01-12 16:00:55 +00:00
policy_module(alsa,1.3.0)
2006-01-12 16:00:55 +00:00
########################################
#
# Declarations
#
type alsa_t;
type alsa_exec_t;
2007-07-19 18:57:48 +00:00
application_domain(alsa_t, alsa_exec_t)
2006-01-12 16:00:55 +00:00
role system_r types alsa_t;
type alsa_etc_rw_t;
files_type(alsa_etc_rw_t)
########################################
#
# Local policy
#
2007-10-29 18:35:32 +00:00
allow alsa_t self:capability { dac_read_search dac_override setgid setuid ipc_owner };
2006-01-12 16:00:55 +00:00
dontaudit alsa_t self:capability sys_admin;
allow alsa_t self:sem create_sem_perms;
allow alsa_t self:shm create_shm_perms;
allow alsa_t self:unix_stream_socket create_stream_socket_perms;
allow alsa_t self:unix_dgram_socket create_socket_perms;
2006-12-12 20:08:08 +00:00
manage_files_pattern(alsa_t,alsa_etc_rw_t,alsa_etc_rw_t)
manage_lnk_files_pattern(alsa_t,alsa_etc_rw_t,alsa_etc_rw_t)
2007-10-29 18:35:32 +00:00
files_etc_filetrans(alsa_t, alsa_etc_rw_t, file)
2006-01-12 16:00:55 +00:00
2007-10-29 18:35:32 +00:00
kernel_read_system_state(alsa_t)
dev_read_sound(alsa_t)
dev_write_sound(alsa_t)
2006-01-12 16:00:55 +00:00
2007-10-29 18:35:32 +00:00
files_search_home(alsa_t)
files_read_etc_files(alsa_t)
2006-01-12 16:00:55 +00:00
libs_use_ld_so(alsa_t)
libs_use_shared_libs(alsa_t)
logging_send_syslog_msg(alsa_t)
miscfiles_read_localization(alsa_t)
userdom_manage_unpriv_user_semaphores(alsa_t)
userdom_manage_unpriv_user_shared_mem(alsa_t)
2007-10-29 18:35:32 +00:00
userdom_search_generic_user_home_dirs(alsa_t)
2006-01-12 16:00:55 +00:00
optional_policy(`
2006-02-02 21:08:12 +00:00
nscd_socket_use(alsa_t)
2006-01-12 16:00:55 +00:00
')
2007-10-29 18:35:32 +00:00
optional_policy(`
hal_use_fds(alsa_t)
hal_write_log(alsa_t)
')