File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require {
4
4
type faillog_t;
5
5
type httpd_t;
6
6
type httpd_log_t;
7
- type httpd_cache_port_t ;
7
+ type http_cache_port_t ;
8
8
type httpd_config_t;
9
9
type httpd_var_run_t;
10
10
type lastlog_t;
@@ -35,7 +35,7 @@ require {
35
35
#============= httpd_t ==============
36
36
allow httpd_t httpd_log_t:file write;
37
37
allow httpd_t httpd_config_t:file write;
38
- allow httpd_t httpd_cache_port_t :tcp_socket name_connect;
38
+ allow httpd_t http_cache_port_t :tcp_socket name_connect;
39
39
allow httpd_t httpd_var_run_t:file execute;
40
40
41
41
allow httpd_t lastlog_t:file { open read write };
@@ -67,4 +67,4 @@ allow httpd_t var_log_t:file { open read };
67
67
allow httpd_t var_run_t:file { read write };
68
68
69
69
#============= systemd_logind_t ==============
70
- allow systemd_logind_t httpd_t:dbus send_msg;
70
+ allow systemd_logind_t httpd_t:dbus send_msg;
You can’t perform that action at this time.
0 commit comments