selinux-refpolicy/policy/modules/apps/man2html.te
Chris PeBenito 78276fc43b Drop module versioning.
Semodule stopped using this many years ago. The policy_module() macro will
continue to support an optional second parameter as version.
If it is not specified, a default value of 1 is set.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2022-01-06 09:19:13 -05:00

27 lines
820 B
Plaintext

policy_module(man2html)
########################################
#
# Declarations
#
apache_content_template(man2html)
type httpd_man2html_script_cache_t;
files_type(httpd_man2html_script_cache_t)
########################################
#
# Local policy
#
manage_dirs_pattern(httpd_man2html_script_t, httpd_man2html_script_cache_t, httpd_man2html_script_cache_t)
manage_files_pattern(httpd_man2html_script_t, httpd_man2html_script_cache_t, httpd_man2html_script_cache_t)
manage_lnk_files_pattern(httpd_man2html_script_t, httpd_man2html_script_cache_t, httpd_man2html_script_cache_t)
files_var_filetrans(httpd_man2html_script_t, httpd_man2html_script_cache_t, dir)
files_read_etc_files(httpd_man2html_script_t)
miscfiles_read_localization(httpd_man2html_script_t)
miscfiles_read_man_pages(httpd_man2html_script_t)