projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9470178
)
AUDIT: No really, we don't want to audit auditd.
author
David Woodhouse
<dwmw2@shinybook.infradead.org>
Thu, 23 Jun 2005 17:33:54 +0000
(18:33 +0100)
committer
David Woodhouse
<dwmw2@shinybook.infradead.org>
Thu, 23 Jun 2005 17:33:54 +0000
(18:33 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
kernel/auditsc.c
patch
|
blob
|
history
diff --git
a/kernel/auditsc.c
b/kernel/auditsc.c
index f463fd230846008e1166bcf921b32aad94cb6318..20c7d8560af03ba5c281e3399fb3a40cdfe7f957 100644
(file)
--- a/
kernel/auditsc.c
+++ b/
kernel/auditsc.c
@@
-573,7
+573,7
@@
static inline struct audit_context *audit_get_context(struct task_struct *tsk,
context->return_valid = return_valid;
context->return_code = return_code;
- if (context->in_syscall && !context->auditable) {
+ if (context->in_syscall && !context->auditable
&& tsk->pid != audit_pid
) {
enum audit_state state;
state = audit_filter_syscall(tsk, context, &audit_filter_list[AUDIT_FILTER_EXIT]);
if (state == AUDIT_RECORD_CONTEXT)