Searched refs:audit_exe_compare (Results 1 – 3 of 3) sorted by relevance
281 extern int audit_exe_compare(struct task_struct *tsk, struct audit_fsnotify_mark *mark);297 #define audit_exe_compare(t, m) (-EINVAL) macro
541 int audit_exe_compare(struct task_struct *tsk, struct audit_fsnotify_mark *mark) in audit_exe_compare() function
470 result = audit_exe_compare(tsk, rule->exe); in audit_filter_rules()