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