From 4078c8f9e398789098a0ae7e2cf75bad402dac8e Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Mon, 23 Jun 2014 15:31:44 +0100 Subject: [PATCH 06/13] [networking] do not attempt to read use-gss-proxy --- sos/plugins/networking.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py index 98a7ab5..7116057 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -71,6 +71,7 @@ class networking(sos.plugintools.PluginBase): self.addCopySpec("/proc/net/") self.addForbiddenPath("/proc/net//rpc/*/channel") self.addForbiddenPath("/proc/net//rpc/*/flush") + self.addForbiddenPath("/proc/net//rpc/use-gss-proxy") self.addForbiddenPath("/proc/net//cdp") self.addForbiddenPath("/sys/net/cdp") self.addCopySpec("/etc/nsswitch.conf") -- 1.9.3