diff options
author | Tyler Hicks <[email protected]> | 2013-07-25 18:02:55 -0700 |
---|---|---|
committer | Eric Paris <[email protected]> | 2013-11-05 11:07:23 -0500 |
commit | 0868a5e150bc4c47e7a003367cd755811eb41e0b (patch) | |
tree | 627c65016b3046c60741dd62d67b0ef84cadc715 /lib/test-string_helpers.c | |
parent | d48d805122e39c066898df2e460875d3aaf60508 (diff) |
audit: printk USER_AVC messages when audit isn't enabled
When the audit=1 kernel parameter is absent and auditd is not running,
AUDIT_USER_AVC messages are being silently discarded.
AUDIT_USER_AVC messages should be sent to userspace using printk(), as
mentioned in the commit message of 4a4cd633 ("AUDIT: Optimise the
audit-disabled case for discarding user messages").
When audit_enabled is 0, audit_receive_msg() discards all user messages
except for AUDIT_USER_AVC messages. However, audit_log_common_recv_msg()
refuses to allocate an audit_buffer if audit_enabled is 0. The fix is to
special case AUDIT_USER_AVC messages in both functions.
It looks like commit 50397bd1 ("[AUDIT] clean up audit_receive_msg()")
introduced this bug.
Cc: <[email protected]> # v2.6.25+
Signed-off-by: Tyler Hicks <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Eric Paris <[email protected]>
Cc: [email protected]
Acked-by: Kees Cook <[email protected]>
Signed-off-by: Richard Guy Briggs <[email protected]>
Signed-off-by: Eric Paris <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions