Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8868
b: refs/heads/master
c: 9e94e66
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Jun 23, 2005
1 parent fc4a058 commit b99d695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9470178e620fe8f512928eed34994572c1c44be4
refs/heads/master: 9e94e66a5bc739ab525ec0a26ba75300aaf154f3
2 changes: 1 addition & 1 deletion trunk/kernel/auditsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b99d695

Please sign in to comment.