WIP FPC-III support
[linux/fpc-iii.git] / security / selinux / include / policycap_names.h
blobb89289f092c938ede5c28b293cfb3f51e7d3979c
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _SELINUX_POLICYCAP_NAMES_H_
3 #define _SELINUX_POLICYCAP_NAMES_H_
5 #include "policycap.h"
7 /* Policy capability names */
8 const char *selinux_policycap_names[__POLICYDB_CAPABILITY_MAX] = {
9 "network_peer_controls",
10 "open_perms",
11 "extended_socket_class",
12 "always_check_network",
13 "cgroup_seclabel",
14 "nnp_nosuid_transition",
15 "genfs_seclabel_symlinks"
18 #endif /* _SELINUX_POLICYCAP_NAMES_H_ */