selinux-policy/policy/modules/apps/mozilla.te
Chris PeBenito 56e1b3d207 - Move booleans and tunables to modules when it is only used in a single
module.
- Add support for tunables and booleans local to a module.
2007-03-26 18:41:45 +00:00

23 lines
347 B
Plaintext

policy_module(mozilla,1.1.2)
########################################
#
# 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;
corecmd_executable_file(mozilla_exec_t)