]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - policy/modules/apps/mozilla.te
trunk: add core xselinux support.
[people/stevee/selinux-policy.git] / policy / modules / apps / mozilla.te
1
2 policy_module(mozilla,1.5.1)
3
4 ########################################
5 #
6 # Declarations
7 #
8
9 ## <desc>
10 ## <p>
11 ## Control mozilla content access
12 ## </p>
13 ## </desc>
14 gen_tunable(mozilla_read_content,false)
15
16 type mozilla_conf_t;
17 files_config_file(mozilla_conf_t)
18
19 type mozilla_exec_t;
20 application_executable_file(mozilla_exec_t)