mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
34 lines
329 B
C
34 lines
329 B
C
/* 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",
|
|
};
|
|
|