aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifdown-post
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2017-10-10 17:49:37 +0200
committerDee'Kej <deekej@linuxmail.org>2017-10-31 12:27:31 +0100
commite30b3c095221ebec965e9c78a78f694b6a7a3aa4 (patch)
tree6ceac909861668047a8cdf2b477bfb4942a2373b /sysconfig/network-scripts/ifdown-post
parent72f4b40634ebd653bcebd124ae80ea1f46f04a76 (diff)
downloadinitscripts-e30b3c095221ebec965e9c78a78f694b6a7a3aa4.tar
initscripts-e30b3c095221ebec965e9c78a78f694b6a7a3aa4.tar.gz
initscripts-e30b3c095221ebec965e9c78a78f694b6a7a3aa4.tar.bz2
initscripts-e30b3c095221ebec965e9c78a78f694b6a7a3aa4.tar.xz
initscripts-e30b3c095221ebec965e9c78a78f694b6a7a3aa4.zip
network-scripts: firewall-cmd replaced with DBus calls
To speed things up. Based on patch & comments from: https://bugzilla.redhat.com/show_bug.cgi?id=1497759
Diffstat (limited to 'sysconfig/network-scripts/ifdown-post')
-rwxr-xr-xsysconfig/network-scripts/ifdown-post9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysconfig/network-scripts/ifdown-post b/sysconfig/network-scripts/ifdown-post
index 8b56e14f..71eebf65 100755
--- a/sysconfig/network-scripts/ifdown-post
+++ b/sysconfig/network-scripts/ifdown-post
@@ -49,9 +49,12 @@ else
fi
fi
-# Inform firewall
-if [ -x /usr/bin/firewall-cmd -a "${REALDEVICE}" != "lo" ]; then
- /usr/bin/firewall-cmd --remove-interface="${DEVICE}" > /dev/null 2>&1
+# Reset firewall ZONE to "default":
+if [ "${REALDEVICE}" != "lo" ]; then
+ dbus-send --system --dest=org.fedoraproject.FirewallD1 \
+ /org/fedoraproject/FirewallD1 \
+ org.fedoraproject.FirewallD1.zone.removeInterface \
+ string: "" string:"${DEVICE}"
fi
# Notify programs that have requested notification