aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/audit.h')
-rw-r--r--kernel/audit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/audit.h b/kernel/audit.h
index 58fa44cb8d01..8323e4132a33 100644
--- a/kernel/audit.h
+++ b/kernel/audit.h
@@ -104,7 +104,8 @@ static inline int audit_hash_ino(u32 ino)
104} 104}
105 105
106extern int audit_comparator(const u32 left, const u32 op, const u32 right); 106extern int audit_comparator(const u32 left, const u32 op, const u32 right);
107extern int audit_compare_dname_path(const char *dname, const char *path); 107extern int audit_compare_dname_path(const char *dname, const char *path,
108 int *dirlen);
108extern struct sk_buff * audit_make_reply(int pid, int seq, int type, 109extern struct sk_buff * audit_make_reply(int pid, int seq, int type,
109 int done, int multi, 110 int done, int multi,
110 void *payload, int size); 111 void *payload, int size);