![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _SELINUX_POLICYCAP_NAMES_H_ 0003 #define _SELINUX_POLICYCAP_NAMES_H_ 0004 0005 #include "policycap.h" 0006 0007 /* Policy capability names */ 0008 const char *const selinux_policycap_names[__POLICYDB_CAP_MAX] = { 0009 "network_peer_controls", 0010 "open_perms", 0011 "extended_socket_class", 0012 "always_check_network", 0013 "cgroup_seclabel", 0014 "nnp_nosuid_transition", 0015 "genfs_seclabel_symlinks", 0016 "ioctl_skip_cloexec" 0017 }; 0018 0019 #endif /* _SELINUX_POLICYCAP_NAMES_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |