audit: listen in all network namespaces
[firefly-linux-kernel-4.4.55.git] / kernel / audit.h
index c7282444caeaaa77e5081793d6b433e25f8b101c..0719b454722191ebc6e3ab3f99597aad97a8db15 100644 (file)
@@ -247,11 +247,16 @@ extern void                   audit_panic(const char *message);
 
 struct audit_netlink_list {
        __u32 portid;
+       pid_t pid;
        struct sk_buff_head q;
 };
 
 int audit_send_list(void *);
 
+struct audit_net {
+       struct sock *nlsk;
+};
+
 extern int selinux_audit_rule_update(void);
 
 extern struct mutex audit_filter_mutex;