diff options
author | David Woodhouse | 2005-12-15 19:33:52 +0100 |
---|---|---|
committer | Al Viro | 2006-03-20 20:08:54 +0100 |
commit | fe7752bab26a9ac0651b695ad4f55659761f68f7 (patch) | |
tree | b2e516a52232c978fc824b226418d8a28460b8a8 /kernel/audit.c | |
parent | [PATCH] Fix IA64 success/failure indication in syscall auditing. (diff) | |
download | kernel-qcow2-linux-fe7752bab26a9ac0651b695ad4f55659761f68f7.tar.gz kernel-qcow2-linux-fe7752bab26a9ac0651b695ad4f55659761f68f7.tar.xz kernel-qcow2-linux-fe7752bab26a9ac0651b695ad4f55659761f68f7.zip |
[PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALL
This fixes the per-user and per-message-type filtering when syscall
auditing isn't enabled.
[AV: folded followup fix from the same author]
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'kernel/audit.c')
-rw-r--r-- | kernel/audit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/audit.c b/kernel/audit.c index 45c123ef77a7..07c5d2bdd38c 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -305,6 +305,7 @@ static int kauditd_thread(void *dummy) remove_wait_queue(&kauditd_wait, &wait); } } + return 0; } /** |