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