Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 2241ab53cbb5cdb08a6b2d4688feb13971058f65 authored by Linus Torvalds on 22 January 2023, 00:27:01 UTC
Linux 6.2-rc5
Tip revision: 2241ab5
initial_sid_to_string.h
/* 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",
};

back to top