repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "tty: hvc: Fix data abort due to race in hvc_open"
[linux/fpc-iii.git]
/
security
/
selinux
/
include
/
initial_sid_to_string.h
blob
5d332aeb8b6c616dabd371b2aaf1b9b61d0ed62e
1
/* SPDX-License-Identifier: GPL-2.0 */
2
static const char
*
initial_sid_to_string
[] =
3
{
4
NULL
,
5
"kernel"
,
6
"security"
,
7
"unlabeled"
,
8
NULL
,
9
"file"
,
10
NULL
,
11
NULL
,
12
"any_socket"
,
13
"port"
,
14
"netif"
,
15
"netmsg"
,
16
"node"
,
17
NULL
,
18
NULL
,
19
NULL
,
20
NULL
,
21
NULL
,
22
NULL
,
23
NULL
,
24
NULL
,
25
NULL
,
26
NULL
,
27
NULL
,
28
NULL
,
29
NULL
,
30
NULL
,
31
"devnull"
,
32
};
33