diff options
-rw-r--r-- | sos/plugins/networking.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py index 88a3f954..e27aa97b 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -131,8 +131,7 @@ class Networking(Plugin): "/etc/host*", "/etc/resolv.conf", "/etc/network*", - "/etc/NetworkManager/NetworkManager.conf", - "/etc/NetworkManager/system-connections", + "/etc/NetworkManager/", "/etc/nftables", "/etc/sysconfig/nftables.conf", "/etc/nftables.conf", |