module local 1.0; require { type httpd_user_content_t; type httpd_t; class fifo_file write; class fifo_file getattr; class fifo_file append; class fifo_file open; } #============= httpd_t ============== allow httpd_t httpd_user_content_t:fifo_file write; allow httpd_t httpd_user_content_t:fifo_file getattr; allow httpd_t httpd_user_content_t:fifo_file append; allow httpd_t httpd_user_content_t:fifo_file open;