aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/selinux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/selinux.py b/sos/plugins/selinux.py
index 26124de8..65e24624 100644
--- a/sos/plugins/selinux.py
+++ b/sos/plugins/selinux.py
@@ -34,7 +34,7 @@ class SELinux(Plugin, RedHatPlugin):
"selinuxdefcon root",
"selinuxconlist root",
"selinuxexeccon /bin/passwd",
- "ausearch -m avc,user_avc -ts today",
+ "ausearch --input-logs -m avc,user_avc -ts today",
"semanage -o -"
])
if self.get_option('fixfiles'):