Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
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