selinux-policy/policy/modules/apps/mozilla.te
2007-07-19 18:57:48 +00:00

23 lines
351 B
Plaintext

policy_module(mozilla,1.3.1)
########################################
#
# Declarations
#
ifdef(`strict_policy',`
## <desc>
## <p>
## Control mozilla content access
## </p>
## </desc>
gen_tunable(mozilla_read_content,false)
')
type mozilla_conf_t;
files_config_file(mozilla_conf_t)
type mozilla_exec_t;
application_executable_file(mozilla_exec_t)