3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/security/selinux/include/initial_sid_to_string.h

34 lines
329 B
C
Raw Normal View History

2022-04-02 13:24:21 +00:00
/* 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",
};