1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #include <linux/stddef.h>
4 
5 static const char *const initial_sid_to_string[] = {
6 	NULL,
7 	"kernel",
8 	"security",
9 	"unlabeled",
10 	NULL,
11 	"file",
12 	NULL,
13 	NULL,
14 	"any_socket",
15 	"port",
16 	"netif",
17 	"netmsg",
18 	"node",
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 	NULL,
32 	NULL,
33 	"devnull",
34 };
35 
36