noosfero.te 165 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 module noosfero 1.0; require { type initrc_tmp_t; type httpd_t; class file open; } #============= httpd_t ============== allow httpd_t initrc_tmp_t:file open;