Skip to content

Commit 741f8ab

Browse files
committed
typo
1 parent bcdd0fa commit 741f8ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/nginx-plus-module-appprotect.te.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require {
44
type faillog_t;
55
type httpd_t;
66
type httpd_log_t;
7-
type httpd_cache_port_t;
7+
type http_cache_port_t;
88
type httpd_config_t;
99
type httpd_var_run_t;
1010
type lastlog_t;
@@ -35,7 +35,7 @@ require {
3535
#============= httpd_t ==============
3636
allow httpd_t httpd_log_t:file write;
3737
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;
3939
allow httpd_t httpd_var_run_t:file execute;
4040

4141
allow httpd_t lastlog_t:file { open read write };
@@ -67,4 +67,4 @@ allow httpd_t var_log_t:file { open read };
6767
allow httpd_t var_run_t:file { read write };
6868

6969
#============= systemd_logind_t ==============
70-
allow systemd_logind_t httpd_t:dbus send_msg;
70+
allow systemd_logind_t httpd_t:dbus send_msg;

0 commit comments

Comments
 (0)