diff options
Diffstat (limited to 'kernel/audit.h')
-rw-r--r-- | kernel/audit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/audit.h b/kernel/audit.h index 1caa0d345d90..d641f9bb3ed0 100644 --- a/kernel/audit.h +++ b/kernel/audit.h | |||
@@ -257,6 +257,9 @@ extern struct list_head audit_filter_list[]; | |||
257 | 257 | ||
258 | extern struct audit_entry *audit_dupe_rule(struct audit_krule *old); | 258 | extern struct audit_entry *audit_dupe_rule(struct audit_krule *old); |
259 | 259 | ||
260 | extern void audit_log_d_path_exe(struct audit_buffer *ab, | ||
261 | struct mm_struct *mm); | ||
262 | |||
260 | /* audit watch functions */ | 263 | /* audit watch functions */ |
261 | #ifdef CONFIG_AUDIT_WATCH | 264 | #ifdef CONFIG_AUDIT_WATCH |
262 | extern void audit_put_watch(struct audit_watch *watch); | 265 | extern void audit_put_watch(struct audit_watch *watch); |