spbdoc.te 233 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 module spbdoc 1.0; require { type httpd_t; type var_t; class file { read getattr open }; } #============= httpd_t ============== allow httpd_t var_t:file getattr; allow httpd_t var_t:file read; allow httpd_t var_t:file open;