Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | selnl_msg_setenforce |
struct | selnl_msg_policyload |
Macros | |
#define | SELNL_MSG_BASE 0x10 |
#define | SELNL_GRP_NONE 0x00000000 |
#define | SELNL_GRP_AVC 0x00000001 /* AVC notifications */ |
#define | SELNL_GRP_ALL 0xffffffff |
#define | SELNLGRP_NONE SELNLGRP_NONE |
#define | SELNLGRP_AVC SELNLGRP_AVC |
#define | SELNLGRP_MAX (__SELNLGRP_MAX - 1) |
Enumerations | |
enum | { SELNL_MSG_SETENFORCE = SELNL_MSG_BASE, SELNL_MSG_POLICYLOAD, SELNL_MSG_MAX } |
enum | selinux_nlgroups { SELNLGRP_NONE, SELNLGRP_NONE, SELNLGRP_AVC, SELNLGRP_AVC, __SELNLGRP_MAX } |
#define SELNL_GRP_ALL 0xffffffff |
Definition at line 29 of file selinux_netlink.h.
#define SELNL_GRP_AVC 0x00000001 /* AVC notifications */ |
Definition at line 28 of file selinux_netlink.h.
#define SELNL_GRP_NONE 0x00000000 |
Definition at line 27 of file selinux_netlink.h.
#define SELNL_MSG_BASE 0x10 |
Definition at line 18 of file selinux_netlink.h.
#define SELNLGRP_AVC SELNLGRP_AVC |
Definition at line 36 of file selinux_netlink.h.
#define SELNLGRP_MAX (__SELNLGRP_MAX - 1) |
Definition at line 39 of file selinux_netlink.h.
#define SELNLGRP_NONE SELNLGRP_NONE |
Definition at line 34 of file selinux_netlink.h.
anonymous enum |
Definition at line 19 of file selinux_netlink.h.
enum selinux_nlgroups |
Definition at line 32 of file selinux_netlink.h.