forked from OwlCyberDefense/refpolicy-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathman2html.te
26 lines (19 loc) · 827 Bytes
/
man2html.te
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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)