xref: /linux/security/selinux/include/policycap_names.h (revision 376ef14d621d169534c143ef411d0b2303bb6f79)
1339949beSStephen Smalley /* SPDX-License-Identifier: GPL-2.0 */
2*376ef14dSPaul Moore 
3339949beSStephen Smalley #ifndef _SELINUX_POLICYCAP_NAMES_H_
4339949beSStephen Smalley #define _SELINUX_POLICYCAP_NAMES_H_
5339949beSStephen Smalley 
6339949beSStephen Smalley #include "policycap.h"
7339949beSStephen Smalley 
8*376ef14dSPaul Moore /* clang-format off */
9339949beSStephen Smalley /* Policy capability names */
10ded34574SChristian Göttsche const char *const selinux_policycap_names[__POLICYDB_CAP_MAX] = {
11339949beSStephen Smalley 	"network_peer_controls",
12339949beSStephen Smalley 	"open_perms",
13339949beSStephen Smalley 	"extended_socket_class",
14339949beSStephen Smalley 	"always_check_network",
15339949beSStephen Smalley 	"cgroup_seclabel",
16339949beSStephen Smalley 	"nnp_nosuid_transition",
1765881e1dSRichard Haines 	"genfs_seclabel_symlinks",
185b0eea83SOndrej Mosnacek 	"ioctl_skip_cloexec",
19ae254858SOndrej Mosnacek 	"userspace_initial_context",
20339949beSStephen Smalley };
21*376ef14dSPaul Moore /* clang-format on */
22339949beSStephen Smalley 
23339949beSStephen Smalley #endif /* _SELINUX_POLICYCAP_NAMES_H_ */
24