]> git.ipfire.org Git - people/stevee/selinux-policy.git/blame - policy/modules/apps/firewallgui.te
Remove module for evolution.
[people/stevee/selinux-policy.git] / policy / modules / apps / firewallgui.te
CommitLineData
3eaa9939
DW
1policy_module(firewallgui,1.0.0)
2
3########################################
4#
5# Declarations
6#
7
8type firewallgui_t;
9type firewallgui_exec_t;
10dbus_system_domain(firewallgui_t, firewallgui_exec_t)
11
12type firewallgui_tmp_t;
13files_tmp_file(firewallgui_tmp_t)
14
15########################################
16#
17# firewallgui local policy
18#
19
fb52482a 20allow firewallgui_t self:capability { net_admin sys_rawio } ;
3eaa9939
DW
21allow firewallgui_t self:fifo_file rw_fifo_file_perms;
22
23manage_files_pattern(firewallgui_t,firewallgui_tmp_t,firewallgui_tmp_t)
24manage_dirs_pattern(firewallgui_t,firewallgui_tmp_t,firewallgui_tmp_t)
25files_tmp_filetrans(firewallgui_t,firewallgui_tmp_t, { file dir })
26
3eaa9939
DW
27kernel_read_system_state(firewallgui_t)
28kernel_read_network_state(firewallgui_t)
29kernel_rw_net_sysctls(firewallgui_t)
30kernel_rw_kernel_sysctl(firewallgui_t)
31kernel_rw_vm_sysctls(firewallgui_t)
32
5212892e
DW
33corecmd_exec_shell(firewallgui_t)
34corecmd_exec_bin(firewallgui_t)
5212892e
DW
35
36dev_read_urand(firewallgui_t)
37dev_read_sysfs(firewallgui_t)
38
39files_manage_system_conf_files(firewallgui_t)
40files_etc_filetrans_system_conf(firewallgui_t)
3eaa9939
DW
41files_read_etc_files(firewallgui_t)
42files_read_usr_files(firewallgui_t)
43files_search_kernel_modules(firewallgui_t)
44files_list_kernel_modules(firewallgui_t)
45
b03af87d
DW
46auth_use_nsswitch(firewallgui_t)
47
5212892e
DW
48miscfiles_read_localization(firewallgui_t)
49
be4d17b0
DW
50seutil_read_config(firewallgui_t)
51
5212892e 52userdom_dontaudit_search_user_home_dirs(firewallgui_t)
3eaa9939 53
46107d62
MG
54optional_policy(`
55 consoletype_exec(firewallgui_t)
56')
57
3eaa9939
DW
58optional_policy(`
59 gnome_read_gconf_home_files(firewallgui_t)
60')
61
62optional_policy(`
24984458
MG
63 iptables_domtrans(firewallgui_t)
64 iptables_initrc_domtrans(firewallgui_t)
234aa6ec 65 iptables_systemctl(firewallgui_t)
3eaa9939
DW
66')
67
2371d8d8
MG
68optional_policy(`
69 modutils_getattr_module_deps(firewallgui_t)
70')
71
24984458
MG
72optional_policy(`
73 policykit_dbus_chat(firewallgui_t)
74')