ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / security / selinux / include / class_to_string.h
1 /* This file is automatically generated.  Do not edit. */
2 /*
3  * Security object class definitions
4  */
5 static char *class_to_string[] =
6 {
7     "null",
8     "security",
9     "process",
10     "system",
11     "capability",
12     "filesystem",
13     "file",
14     "dir",
15     "fd",
16     "lnk_file",
17     "chr_file",
18     "blk_file",
19     "sock_file",
20     "fifo_file",
21     "socket",
22     "tcp_socket",
23     "udp_socket",
24     "rawip_socket",
25     "node",
26     "netif",
27     "netlink_socket",
28     "packet_socket",
29     "key_socket",
30     "unix_stream_socket",
31     "unix_dgram_socket",
32     "sem",
33     "msg",
34     "msgq",
35     "shm",
36     "ipc",
37     "passwd",
38 };
39