Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56465
b: refs/heads/master
c: 327b9ee
h: refs/heads/master
i:
  56463: 16feabe
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed May 16, 2007
1 parent 31e1ee6 commit 4efad68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b4e1ded3cf6e13c122f019532cb60347d6c88c8c
refs/heads/master: 327b9eebbf2b7ce632e93a9c1386d944af0dadf4
2 changes: 2 additions & 0 deletions trunk/kernel/auditfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ int audit_match_class(int class, unsigned syscall)
return classes[class][AUDIT_WORD(syscall)] & AUDIT_BIT(syscall);
}

#ifdef CONFIG_AUDITSYSCALL
static inline int audit_match_class_bits(int class, u32 *mask)
{
int i;
Expand Down Expand Up @@ -347,6 +348,7 @@ static int audit_match_signal(struct audit_entry *entry)
return 1;
}
}
#endif

/* Common user-space to kernel rule translation. */
static inline struct audit_entry *audit_to_entry_common(struct audit_rule *rule)
Expand Down

0 comments on commit 4efad68

Please sign in to comment.