aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/firewalld.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/firewalld.py b/sos/plugins/firewalld.py
index 3b208c05..5fbca6c8 100644
--- a/sos/plugins/firewalld.py
+++ b/sos/plugins/firewalld.py
@@ -28,7 +28,8 @@ class FirewallD(Plugin, RedHatPlugin):
def setup(self):
self.add_copy_spec([
- "/etc/firewalld/*.conf",
+ "/etc/firewalld/firewalld.conf",
+ "/etc/firewalld/*.xml",
"/etc/firewalld/icmptypes/*.xml",
"/etc/firewalld/services/*.xml",
"/etc/firewalld/zones/*.xml",