diff --git a/[refs] b/[refs] index 2e7b4b882057..8244ae5b2b19 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9470178e620fe8f512928eed34994572c1c44be4 +refs/heads/master: 9e94e66a5bc739ab525ec0a26ba75300aaf154f3 diff --git a/trunk/kernel/auditsc.c b/trunk/kernel/auditsc.c index f463fd230846..20c7d8560af0 100644 --- a/trunk/kernel/auditsc.c +++ b/trunk/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)