kernel_samsung_a53x/security/selinux/include/initial_sid_to_string.h
2024-06-15 16:02:09 -03:00

33 lines
329 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0 */
static const char *initial_sid_to_string[] =
{
NULL,
"kernel",
"security",
"unlabeled",
NULL,
"file",
NULL,
NULL,
"any_socket",
"port",
"netif",
"netmsg",
"node",
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
"devnull",
};