Linux Audio

Check our new training course

Loading...
v6.2
 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
v4.10.11
 1/* This file is automatically generated.  Do not edit. */
 2static const char *initial_sid_to_string[] =
 3{
 4    "null",
 5    "kernel",
 6    "security",
 7    "unlabeled",
 8    "fs",
 9    "file",
10    "file_labels",
11    "init",
12    "any_socket",
13    "port",
14    "netif",
15    "netmsg",
16    "node",
17    "igmp_packet",
18    "icmp_socket",
19    "tcp_socket",
20    "sysctl_modprobe",
21    "sysctl",
22    "sysctl_fs",
23    "sysctl_kernel",
24    "sysctl_net",
25    "sysctl_net_unix",
26    "sysctl_vm",
27    "sysctl_dev",
28    "kmod",
29    "policy",
30    "scmp_packet",
31    "devnull",
32};
33