xref: /linux/security/selinux/include/policycap_names.h (revision c34e9ab9a612ee8b18273398ef75c207b01f516d)
1339949beSStephen Smalley /* SPDX-License-Identifier: GPL-2.0 */
2376ef14dSPaul Moore 
3339949beSStephen Smalley #ifndef _SELINUX_POLICYCAP_NAMES_H_
4339949beSStephen Smalley #define _SELINUX_POLICYCAP_NAMES_H_
5339949beSStephen Smalley 
6339949beSStephen Smalley #include "policycap.h"
7339949beSStephen Smalley 
8376ef14dSPaul 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",
20*d1d991efSThiébaud Weksteen 	"netlink_xperm",
21339949beSStephen Smalley };
22376ef14dSPaul Moore /* clang-format on */
23339949beSStephen Smalley 
24339949beSStephen Smalley #endif /* _SELINUX_POLICYCAP_NAMES_H_ */
25