]> Git Repo - J-linux.git/blob - security/selinux/include/policycap_names.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / security / selinux / include / policycap_names.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef _SELINUX_POLICYCAP_NAMES_H_
4 #define _SELINUX_POLICYCAP_NAMES_H_
5
6 #include "policycap.h"
7
8 /* clang-format off */
9 /* Policy capability names */
10 const char *const selinux_policycap_names[__POLICYDB_CAP_MAX] = {
11         "network_peer_controls",
12         "open_perms",
13         "extended_socket_class",
14         "always_check_network",
15         "cgroup_seclabel",
16         "nnp_nosuid_transition",
17         "genfs_seclabel_symlinks",
18         "ioctl_skip_cloexec",
19         "userspace_initial_context",
20         "netlink_xperm",
21 };
22 /* clang-format on */
23
24 #endif /* _SELINUX_POLICYCAP_NAMES_H_ */
This page took 0.027129 seconds and 4 git commands to generate.