selinux-policy/policy/modules/services/rwho.te
Dan Walsh f5b49a5e0b Allow iptables to read shorewall tmp files
Change chfn and passwd to use auth_use_pam so they can send dbus messages to fprintd
label vlc as an execmem_exec_t
Lots of fixes for mozilla_plugin to run google vidio chat
Allow telepath_msn to execute ldconfig and its own tmp files
Fix labels on hugepages
Allow mdadm to read files on /dev
Remove permissive domains and change back to unconfined
Allow freshclam to execute shell and bin_t
Allow devicekit_power to transition to dhcpc
Add boolean to allow icecast to connect to any port
2010-09-07 16:23:09 -04:00

64 lines
1.5 KiB
Plaintext

policy_module(rwho, 1.6.0)
########################################
#
# Declarations
#
type rwho_t;
type rwho_exec_t;
init_daemon_domain(rwho_t, rwho_exec_t)
type rwho_initrc_exec_t;
init_script_file(rwho_initrc_exec_t)
type rwho_log_t;
files_type(rwho_log_t)
type rwho_spool_t;
files_type(rwho_spool_t)
########################################
#
# rwho local policy
#
allow rwho_t self:capability sys_chroot;
allow rwho_t self:unix_dgram_socket create;
allow rwho_t self:fifo_file rw_file_perms;
allow rwho_t self:unix_stream_socket create_stream_socket_perms;
allow rwho_t self:udp_socket create_socket_perms;
allow rwho_t rwho_log_t:dir manage_dir_perms;
allow rwho_t rwho_log_t:file manage_file_perms;
logging_log_filetrans(rwho_t, rwho_log_t, { file dir })
allow rwho_t rwho_spool_t:dir manage_dir_perms;
allow rwho_t rwho_spool_t:file manage_file_perms;
files_spool_filetrans(rwho_t, rwho_spool_t, { file dir })
kernel_read_system_state(rwho_t)
corenet_all_recvfrom_unlabeled(rwho_t)
corenet_all_recvfrom_netlabel(rwho_t)
corenet_udp_sendrecv_generic_if(rwho_t)
corenet_udp_sendrecv_generic_node(rwho_t)
corenet_udp_sendrecv_all_ports(rwho_t)
corenet_udp_bind_generic_node(rwho_t)
corenet_udp_bind_rwho_port(rwho_t)
corenet_sendrecv_rwho_server_packets(rwho_t)
domain_use_interactive_fds(rwho_t)
files_read_etc_files(rwho_t)
init_read_utmp(rwho_t)
init_dontaudit_write_utmp(rwho_t)
logging_send_syslog_msg(rwho_t)
miscfiles_read_localization(rwho_t)
sysnet_dns_name_resolve(rwho_t)