56e1b3d207
module. - Add support for tunables and booleans local to a module.
23 lines
347 B
Plaintext
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)
|