diff options
Diffstat (limited to 'policy/modules/contrib/man2html.te')
-rw-r--r-- | policy/modules/contrib/man2html.te | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/policy/modules/contrib/man2html.te b/policy/modules/contrib/man2html.te deleted file mode 100644 index e08c55d43..000000000 --- a/policy/modules/contrib/man2html.te +++ /dev/null @@ -1,26 +0,0 @@ -policy_module(man2html, 1.0.0) - -######################################## -# -# 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) |