File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module nginx-plus-module-appprotect 1.0;
3
3
require {
4
4
type faillog_t;
5
5
type httpd_t;
6
+ type httpd_initrc_exec_t;
6
7
type httpd_log_t;
7
8
type http_cache_port_t;
8
9
type httpd_config_t;
@@ -21,7 +22,7 @@ require {
21
22
class capability { audit_write net_admin };
22
23
class dbus send_msg;
23
24
class dir { add_name create remove_name write };
24
- class fifo_file write;
25
+ class fifo_file { getattr ioctl open read write } ;
25
26
class file { create execute getattr read rename open setattr unlink write};
26
27
class netlink_selinux_socket { create bind };
27
28
class netlink_audit_socket { create nlmsg_relay read write };
@@ -38,6 +39,8 @@ allow httpd_t httpd_config_t:file write;
38
39
allow httpd_t http_cache_port_t:tcp_socket name_connect;
39
40
allow httpd_t httpd_var_run_t:file execute;
40
41
42
+ allow httpd_t httpd_initrc_exec_t:fifo_file { getattr ioctl open read write };
43
+
41
44
allow httpd_t lastlog_t:file { open read write };
42
45
43
46
allow httpd_t faillog_t:file { write read open };
You can’t perform that action at this time.
0 commit comments