diff options
-rw-r--r-- | sos/plugins/networking.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py index 90b740ca..8d3509bb 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -80,6 +80,7 @@ class Networking(Plugin): "/etc/NetworkManager/NetworkManager.conf", "/etc/NetworkManager/system-connections", "/etc/dnsmasq*"]) + self.add_forbidden_path("/proc/net/rpc/use-gss-proxy") ip_addr_file=self.get_cmd_output_now("ip -o addr", root_symlink = "ip_addr") ip_addr_out=self.call_ext_prog("ip -o addr") |