Add SELinux Module, to allow fail2ban communication via localhost on port 8080

This commit is contained in:
Michael Reber
2025-01-29 23:49:04 +01:00
parent 3ffd2457ed
commit ed95571b39
2 changed files with 11 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,11 @@
module fail2ban-curl-allow 1.0;
require {
type fail2ban_t;
type http_cache_port_t;
class tcp_socket name_connect;
}
#============= fail2ban_t ==============
allow fail2ban_t http_cache_port_t:tcp_socket name_connect;