aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@shinybook.infradead.org>2005-06-20 11:02:09 -0400
committerDavid Woodhouse <dwmw2@shinybook.infradead.org>2005-06-20 11:02:09 -0400
commitd6e0e1585a1a9a15e48ec47206a809828afe4450 (patch)
tree67f444b480566fe0272c0543dea9e54cb1cbde12 /kernel
parentdf5179854bca84ac5be500849b12dd33ce03f03f (diff)
AUDIT: Drop user-generated messages immediately while auditing disabled.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit.c b/kernel/audit.c
index f0bbfe073136..ab6ac560cfe5 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -437,7 +437,7 @@ static int audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
437 if (!tsk) 437 if (!tsk)
438 return -ESRCH; 438 return -ESRCH;
439 439
440 if (audit_filter_user(tsk, msg_type)) { 440 if (audit_enabled && audit_filter_user(tsk, msg_type)) {
441 ab = audit_log_start(NULL, msg_type); 441 ab = audit_log_start(NULL, msg_type);
442 if (ab) { 442 if (ab) {
443 audit_log_format(ab, 443 audit_log_format(ab,