Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8882
b: refs/heads/master
c: 351bb72
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Jul 14, 2005
1 parent 2371efb commit 128b1e2
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: f55619642e863990d5a46cf2c2c840170d22a9f9
refs/heads/master: 351bb722590b2329ac5e72c4b824b8b6ce6e3082
2 changes: 1 addition & 1 deletion trunk/kernel/auditsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ static enum audit_state audit_filter_syscall(struct task_struct *tsk,
int word = AUDIT_WORD(ctx->major);
int bit = AUDIT_BIT(ctx->major);

if (audit_pid && tsk->tgid == audit_tgid)
if (audit_pid && tsk->tgid == audit_pid)
return AUDIT_DISABLED;

rcu_read_lock();
Expand Down

0 comments on commit 128b1e2

Please sign in to comment.