Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
classmap.h File Reference

Go to the source code of this file.

Macros

#define COMMON_FILE_SOCK_PERMS
 
#define COMMON_FILE_PERMS
 
#define COMMON_SOCK_PERMS
 
#define COMMON_IPC_PERMS
 

Variables

struct security_class_mapping secclass_map []
 

Macro Definition Documentation

#define COMMON_FILE_PERMS
Value:
COMMON_FILE_SOCK_PERMS, "unlink", "link", \
"rename", "execute", "swapon", "quotaon", "mounton", "audit_access", \
"open", "execmod"

Definition at line 4 of file classmap.h.

#define COMMON_FILE_SOCK_PERMS
Value:
"ioctl", "read", "write", "create", \
"getattr", "setattr", "lock", "relabelfrom", "relabelto", "append"

Definition at line 1 of file classmap.h.

#define COMMON_IPC_PERMS
Value:
"create", "destroy", "getattr", "setattr", "read", \
"write", "associate", "unix_read", "unix_write"

Definition at line 12 of file classmap.h.

#define COMMON_SOCK_PERMS
Value:
COMMON_FILE_SOCK_PERMS, "bind", "connect", \
"listen", "accept", "getopt", "setopt", "shutdown", "recvfrom", \
"sendto", "recv_msg", "send_msg", "name_bind"

Definition at line 8 of file classmap.h.

Variable Documentation

Definition at line 19 of file classmap.h.