mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-05-02 08:30:57 +00:00
35 lines
363 B
C
35 lines
363 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#include <linux/stddef.h>
|
|
|
|
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",
|
|
};
|
|
|