diff options
-rw-r--r-- | sos/plugins/auditd.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/auditd.py b/sos/plugins/auditd.py index 7315f9d0..c4c7a2cb 100644 --- a/sos/plugins/auditd.py +++ b/sos/plugins/auditd.py @@ -31,7 +31,8 @@ class Auditd(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): ]) self.add_cmd_output([ "ausearch --input-logs -m avc,user_avc -ts today", - "auditctl -s" + "auditctl -s", + "auditctl -l" ]) if not self.get_option("all_logs"): |