audit: add fields to exclude filter by reusing user filter
[linux-2.6-block.git] / kernel / audit.h
index cbbe6bb6496ea934f86ffcfedffe971c76bbb692..1879f02cb2c35c653deb9e4dffeb8a166135629c 100644 (file)
@@ -327,6 +327,8 @@ extern pid_t audit_sig_pid;
 extern kuid_t audit_sig_uid;
 extern u32 audit_sig_sid;
 
+extern int audit_filter(int msgtype, unsigned int listtype);
+
 #ifdef CONFIG_AUDITSYSCALL
 extern int __audit_signal_info(int sig, struct task_struct *t);
 static inline int audit_signal_info(int sig, struct task_struct *t)