diff options
-rw-r--r-- | sos/plugins/system.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/system.py b/sos/plugins/system.py index de3dd59b..971c89da 100644 --- a/sos/plugins/system.py +++ b/sos/plugins/system.py @@ -22,6 +22,7 @@ class System(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): "/proc/sys", "/etc/sysconfig", "/etc/default", + "/etc/environment", ]) # FIXME: provide a a long-term solution for #1299 |