selinux-policy/policy/modules/apps/mozilla.te

23 lines
347 B
Plaintext
Raw Normal View History

2006-03-13 19:24:52 +00:00
policy_module(mozilla,1.1.2)
2006-03-13 19:24:52 +00:00
########################################
#
# Declarations
#
ifdef(`strict_policy',`
## <desc>
## <p>
## Control mozilla content access
## </p>
## </desc>
gen_tunable(mozilla_read_content,false)
')
2006-03-13 19:24:52 +00:00
type mozilla_conf_t;
files_config_file(mozilla_conf_t)
type mozilla_exec_t;
corecmd_executable_file(mozilla_exec_t)