JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
initial version (working)
[cmus-lan-control.git] / local.te
1
2 module local 1.0;
3
4 require {
5         type httpd_user_content_t;
6         type httpd_t;
7         class fifo_file write;
8         class fifo_file getattr;
9         class fifo_file append;
10         class fifo_file open;
11 }
12
13 #============= httpd_t ==============
14 allow httpd_t httpd_user_content_t:fifo_file write;
15 allow httpd_t httpd_user_content_t:fifo_file getattr;
16 allow httpd_t httpd_user_content_t:fifo_file append;
17 allow httpd_t httpd_user_content_t:fifo_file open;