aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/networking.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py
index 8d3509bb..90e1b58b 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -81,6 +81,8 @@ class Networking(Plugin):
"/etc/NetworkManager/system-connections",
"/etc/dnsmasq*"])
self.add_forbidden_path("/proc/net/rpc/use-gss-proxy")
+ self.add_forbidden_path("/proc/net/rpc/*/channel")
+ self.add_forbidden_path("/proc/net/rpc/*/flush")
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")