Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
selinux_netlink.h File Reference
#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
}
 

Macro Definition Documentation

#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.

Enumeration Type Documentation

anonymous enum
Enumerator:
SELNL_MSG_SETENFORCE 
SELNL_MSG_POLICYLOAD 
SELNL_MSG_MAX 

Definition at line 19 of file selinux_netlink.h.

Enumerator:
SELNLGRP_NONE 
SELNLGRP_NONE 
SELNLGRP_AVC 
SELNLGRP_AVC 
__SELNLGRP_MAX 

Definition at line 32 of file selinux_netlink.h.