33 lines
335 B
C
33 lines
335 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
static const char *const 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",
|
|
};
|
|
|