mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-15 05:03:14 +02:00
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
|
|
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;
|