selinux-policy/policy/modules/apps/firewallgui.te
Dan Walsh 5212892e22 Rearrange firewallgui policy to be more easily updated to upstream, dontaudit search of /home
Allow clamd to send signals to itself
Allow mozilla_plugin_t to read user home content.  And unlink pulseaudio shm.
2010-09-26 06:42:14 -04:00

67 lines
1.6 KiB
Plaintext

policy_module(firewallgui,1.0.0)
########################################
#
# Declarations
#
type firewallgui_t;
type firewallgui_exec_t;
dbus_system_domain(firewallgui_t, firewallgui_exec_t)
type firewallgui_tmp_t;
files_tmp_file(firewallgui_tmp_t)
########################################
#
# firewallgui local policy
#
allow firewallgui_t self:capability { net_admin sys_rawio } ;
allow firewallgui_t self:fifo_file rw_fifo_file_perms;
manage_files_pattern(firewallgui_t,firewallgui_tmp_t,firewallgui_tmp_t)
manage_dirs_pattern(firewallgui_t,firewallgui_tmp_t,firewallgui_tmp_t)
files_tmp_filetrans(firewallgui_t,firewallgui_tmp_t, { file dir })
kernel_read_system_state(firewallgui_t)
kernel_read_network_state(firewallgui_t)
kernel_rw_net_sysctls(firewallgui_t)
kernel_rw_kernel_sysctl(firewallgui_t)
kernel_rw_vm_sysctls(firewallgui_t)
corecmd_exec_shell(firewallgui_t)
corecmd_exec_bin(firewallgui_t)
consoletype_exec(firewallgui_t)
dev_read_urand(firewallgui_t)
dev_read_sysfs(firewallgui_t)
files_manage_system_conf_files(firewallgui_t)
files_etc_filetrans_system_conf(firewallgui_t)
files_read_etc_files(firewallgui_t)
files_read_usr_files(firewallgui_t)
files_search_kernel_modules(firewallgui_t)
files_list_kernel_modules(firewallgui_t)
iptables_domtrans(firewallgui_t)
iptables_initrc_domtrans(firewallgui_t)
modutils_getattr_module_deps(firewallgui_t)
miscfiles_read_localization(firewallgui_t)
userdom_dontaudit_search_user_home_dirs(firewallgui_t)
nscd_dontaudit_search_pid(firewallgui_t)
nscd_socket_use(firewallgui_t)
optional_policy(`
gnome_read_gconf_home_files(firewallgui_t)
')
optional_policy(`
policykit_dbus_chat(firewallgui_t)
')