Go to the documentation of this file.
12 #ifndef _LINUX_SELINUX_NETLINK_H
13 #define _LINUX_SELINUX_NETLINK_H
15 #include <linux/types.h>
18 #define SELNL_MSG_BASE 0x10
27 #define SELNL_GRP_NONE 0x00000000
28 #define SELNL_GRP_AVC 0x00000001
29 #define SELNL_GRP_ALL 0xffffffff
34 #define SELNLGRP_NONE SELNLGRP_NONE
36 #define SELNLGRP_AVC SELNLGRP_AVC
39 #define SELNLGRP_MAX (__SELNLGRP_MAX - 1)