diff options
-rw-r--r-- | kernel/auditsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c index 517b253f1efe..242d45e53738 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c | |||
@@ -517,7 +517,7 @@ static enum audit_state audit_filter_syscall(struct task_struct *tsk, | |||
517 | int word = AUDIT_WORD(ctx->major); | 517 | int word = AUDIT_WORD(ctx->major); |
518 | int bit = AUDIT_BIT(ctx->major); | 518 | int bit = AUDIT_BIT(ctx->major); |
519 | 519 | ||
520 | if (audit_pid && tsk->tgid == audit_tgid) | 520 | if (audit_pid && tsk->tgid == audit_pid) |
521 | return AUDIT_DISABLED; | 521 | return AUDIT_DISABLED; |
522 | 522 | ||
523 | rcu_read_lock(); | 523 | rcu_read_lock(); |