Oreon-Lime-R2/selinux-policy/selinux-policy-bc228bd/selinux-policy-bc228bd0c249a9e4aa3dcf238c2b1bb138943b07/policy/modules/contrib/man2html.te

23 lines
465 B
Text
Raw Normal View History

policy_module(man2html, 1.0.0)
########################################
#
# Declarations
#
########################################
#
# man2html_script local policy
#
optional_policy(`
apache_content_template(man2html)
apache_content_alias_template(man2html, man2html)
allow man2html_script_t self:process fork;
typealias man2html_rw_content_t alias man2html_script_cache_t;
files_var_filetrans(man2html_script_t, man2html_rw_content_t, { dir file })
')