From b1a9f13d3b1021c547a000ab004ea6493d2f90e1 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 13:20:02 +0000 Subject: Apply patch 0032-docs-replace-occurrences-of-the-term-blacklist-with-.patch patch_name: 0032-docs-replace-occurrences-of-the-term-blacklist-with-.patch present_in_specfile: true location_in_specfile: 32 --- diff --git a/doc/xml/firewalld.direct.xml b/doc/xml/firewalld.direct.xml index de7b597..d65b66f 100644 --- a/doc/xml/firewalld.direct.xml +++ b/doc/xml/firewalld.direct.xml @@ -273,16 +273,16 @@ Example - Blacklisting of the networks 192.168.1.0/24 and 192.168.5.0/24 with logging and dropping early in the raw table: + Denylisting of the networks 192.168.1.0/24 and 192.168.5.0/24 with logging and dropping early in the raw table: <?xml version="1.0" encoding="utf-8"?> <direct> - <chain ipv="ipv4" table="raw" chain="blacklist"/> - <rule ipv="ipv4" table="raw" chain="PREROUTING" priority="0">-s 192.168.1.0/24 -j blacklist</rule> - <rule ipv="ipv4" table="raw" chain="PREROUTING" priority="1">-s 192.168.5.0/24 -j blacklist</rule> - <rule ipv="ipv4" table="raw" chain="blacklist" priority="0">-m limit --limit 1/min -j LOG --log-prefix "blacklisted: "</rule> - <rule ipv="ipv4" table="raw" chain="blacklist" priority="1">-j DROP</rule> + <chain ipv="ipv4" table="raw" chain="denylist"/> + <rule ipv="ipv4" table="raw" chain="PREROUTING" priority="0">-s 192.168.1.0/24 -j denylist</rule> + <rule ipv="ipv4" table="raw" chain="PREROUTING" priority="1">-s 192.168.5.0/24 -j denylist</rule> + <rule ipv="ipv4" table="raw" chain="denylist" priority="0">-m limit --limit 1/min -j LOG --log-prefix "denylisted: "</rule> + <rule ipv="ipv4" table="raw" chain="denylist" priority="1">-j DROP</rule> </direct> diff --git a/src/firewall-config.glade b/src/firewall-config.glade index 689433c..6c057f6 100644 --- a/src/firewall-config.glade +++ b/src/firewall-config.glade @@ -9761,7 +9761,7 @@ False start - For host or network white or blacklisting deactivate the element. + For host or network allow or denylisting deactivate the element. True 0 0