summaryrefslogtreecommitdiff
path: root/include/linux/netlink.h
diff options
context:
space:
mode:
authorJames Morris <jmorris@redhat.com>2004-02-18 00:23:41 -0800
committerJames Morris <jmorris@redhat.com>2004-02-18 00:23:41 -0800
commitb797f1280e276d63cc448bbcbfce8fcaab5c5b66 (patch)
tree6a4b6e5fac51a48d36d16da4e5d0d0e12b68eb30 /include/linux/netlink.h
parentf7c908debde3db79bea2e92305745b3dcf16c971 (diff)
[SELINUX]: Event notifications via netlink.
Diffstat (limited to 'include/linux/netlink.h')
-rw-r--r--include/linux/netlink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h
index 2e88f308c7b4..4e5ea27305a2 100644
--- a/include/linux/netlink.h
+++ b/include/linux/netlink.h
@@ -11,6 +11,7 @@
#define NETLINK_TCPDIAG 4 /* TCP socket monitoring */
#define NETLINK_NFLOG 5 /* netfilter/iptables ULOG */
#define NETLINK_XFRM 6 /* ipsec */
+#define NETLINK_SELINUX 7 /* SELinux event notifications */
#define NETLINK_ARPD 8
#define NETLINK_ROUTE6 11 /* af_inet6 route comm channel */
#define NETLINK_IP6_FW 13