Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
linux
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
0
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Files
b68e418
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
keys
selinux
include
av_inherit.h
av_perm_to_string.h
av_permissions.h
avc.h
avc_ss.h
class_to_string.h
common_perm_to_string.h
conditional.h
flask.h
initial_sid_to_string.h
netif.h
netlabel.h
netnode.h
objsec.h
security.h
xfrm.h
ss
Kconfig
Makefile
avc.c
exports.c
hooks.c
netif.c
netlabel.c
netlink.c
netnode.c
nlmsgtab.c
selinuxfs.c
xfrm.c
smack
Kconfig
Makefile
capability.c
commoncap.c
dummy.c
inode.c
root_plug.c
security.c
sound
usr
virt
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
MAINTAINERS
Makefile
README
REPORTING-BUGS
Breadcrumbs
linux
/
security
/
selinux
/
include
/
class_to_string.h
Blame
Blame
Latest commit
History
History
74 lines (74 loc) · 1.4 KB
Breadcrumbs
linux
/
security
/
selinux
/
include
/
class_to_string.h
Top
File metadata and controls
Code
Blame
74 lines (74 loc) · 1.4 KB
Raw
/* This file is automatically generated. Do not edit. */ /* * Security object class definitions */ S_(NULL) S_("security") S_("process") S_("system") S_("capability") S_("filesystem") S_("file") S_("dir") S_("fd") S_("lnk_file") S_("chr_file") S_("blk_file") S_("sock_file") S_("fifo_file") S_("socket") S_("tcp_socket") S_("udp_socket") S_("rawip_socket") S_("node") S_("netif") S_("netlink_socket") S_("packet_socket") S_("key_socket") S_("unix_stream_socket") S_("unix_dgram_socket") S_("sem") S_("msg") S_("msgq") S_("shm") S_("ipc") S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_("netlink_route_socket") S_("netlink_firewall_socket") S_("netlink_tcpdiag_socket") S_("netlink_nflog_socket") S_("netlink_xfrm_socket") S_("netlink_selinux_socket") S_("netlink_audit_socket") S_("netlink_ip6fw_socket") S_("netlink_dnrt_socket") S_(NULL) S_(NULL) S_("association") S_("netlink_kobject_uevent_socket") S_("appletalk_socket") S_("packet") S_("key") S_(NULL) S_("dccp_socket") S_("memprotect") S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_(NULL) S_("peer") S_("capability2")
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
You can’t perform that action at this time.