21 lines
326 B
Plaintext
21 lines
326 B
Plaintext
|
|
policy_module(mozilla, 1.6.0)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
## <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)
|