aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/systemd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/systemd.py b/sos/plugins/systemd.py
index ea34889e..cd21d517 100644
--- a/sos/plugins/systemd.py
+++ b/sos/plugins/systemd.py
@@ -70,5 +70,6 @@ class Systemd(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
"/etc/modules-load.d/*.conf",
"/etc/yum/protected.d/systemd.conf"
])
+ self.add_forbidden_path('/dev/null')
# vim: set et ts=4 sw=4 :