Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / security / selinux / include / initial_sid_to_string.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 static const char *initial_sid_to_string[] =
3 {
4         NULL,
5         "kernel",
6         "security",
7         "unlabeled",
8         NULL,
9         "file",
10         NULL,
11         NULL,
12         "any_socket",
13         "port",
14         "netif",
15         "netmsg",
16         "node",
17         NULL,
18         NULL,
19         NULL,
20         NULL,
21         NULL,
22         NULL,
23         NULL,
24         NULL,
25         NULL,
26         NULL,
27         NULL,
28         NULL,
29         NULL,
30         NULL,
31         "devnull",
32 };
33