diff options
Diffstat (limited to 'kernel/audit.h')
-rw-r--r-- | kernel/audit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/audit.h b/kernel/audit.h index 816766803371..4b428bb41ea3 100644 --- a/kernel/audit.h +++ b/kernel/audit.h | |||
@@ -76,6 +76,8 @@ static inline int audit_hash_ino(u32 ino) | |||
76 | 76 | ||
77 | extern int audit_match_class(int class, unsigned syscall); | 77 | extern int audit_match_class(int class, unsigned syscall); |
78 | extern int audit_comparator(const u32 left, const u32 op, const u32 right); | 78 | extern int audit_comparator(const u32 left, const u32 op, const u32 right); |
79 | extern int audit_uid_comparator(kuid_t left, u32 op, kuid_t right); | ||
80 | extern int audit_gid_comparator(kgid_t left, u32 op, kgid_t right); | ||
79 | extern int audit_compare_dname_path(const char *dname, const char *path, | 81 | extern int audit_compare_dname_path(const char *dname, const char *path, |
80 | int *dirlen); | 82 | int *dirlen); |
81 | extern struct sk_buff * audit_make_reply(int pid, int seq, int type, | 83 | extern struct sk_buff * audit_make_reply(int pid, int seq, int type, |