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:
f556196
)
AUDIT: Fix compile error in audit_filter_syscall
author
David Woodhouse
<dwmw2@shinybook.infradead.org>
Thu, 14 Jul 2005 13:40:06 +0000
(14:40 +0100)
committer
David Woodhouse
<dwmw2@shinybook.infradead.org>
Thu, 14 Jul 2005 13:40:06 +0000
(14:40 +0100)
We didn't rename it to audit_tgid after all. Except once... Doh.
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 517b253f1efecb9d85ba860e3ae65eb36ffe53df..242d45e5373822835bda2587bb3af98f07962616 100644
(file)
--- a/
kernel/auditsc.c
+++ b/
kernel/auditsc.c
@@
-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_
tg
id)
+ if (audit_pid && tsk->tgid == audit_
p
id)
return AUDIT_DISABLED;
rcu_read_lock();