]> Git Repo - linux.git/blob - security/selinux/include/initial_sid_to_string.h
Merge tag 'at91-dt-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91...
[linux.git] / security / selinux / include / initial_sid_to_string.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 static 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
This page took 0.037701 seconds and 4 git commands to generate.