Skip to content

Commit

Permalink
[firewalld] Add missing directories: ipsets/, policies/, helpers/
Browse files Browse the repository at this point in the history
Resolves: #3191

Signed-off-by: Juanma Sanchez <[email protected]>
Signed-off-by: Pavel Moravec <[email protected]>
  • Loading branch information
juanmasg authored and pmoravec committed Apr 19, 2023
1 parent 6f02393 commit 8e79f69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sos/report/plugins/firewalld.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ def setup(self):
"/etc/firewalld/icmptypes/*.xml",
"/etc/firewalld/services/*.xml",
"/etc/firewalld/zones/*.xml",
"/etc/firewalld/ipsets/*.xml",
"/etc/firewalld/policies/*.xml",
"/etc/firewalld/helpers/*.xml",
"/etc/sysconfig/firewalld",
"/var/log/firewalld",
])
Expand Down

0 comments on commit 8e79f69

Please sign in to comment.