Contributors: 11
Author |
Tokens |
Token Proportion |
Commits |
Commit Proportion |
Stephen D. Smalley |
24 |
47.06% |
5 |
25.00% |
Paul Moore |
6 |
11.76% |
3 |
15.00% |
Christian Göttsche |
5 |
9.80% |
3 |
15.00% |
Christopher J. PeBenito |
3 |
5.88% |
1 |
5.00% |
Ondrej Mosnáček |
3 |
5.88% |
2 |
10.00% |
Richard Haines |
2 |
3.92% |
1 |
5.00% |
Eric Paris |
2 |
3.92% |
1 |
5.00% |
Takaya Saeki |
2 |
3.92% |
1 |
5.00% |
Thiébaud Weksteen |
2 |
3.92% |
1 |
5.00% |
Alexey Dobriyan |
1 |
1.96% |
1 |
5.00% |
Greg Kroah-Hartman |
1 |
1.96% |
1 |
5.00% |
Total |
51 |
|
20 |
|
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _SELINUX_POLICYCAP_NAMES_H_
#define _SELINUX_POLICYCAP_NAMES_H_
#include "policycap.h"
/* clang-format off */
/* Policy capability names */
const char *const selinux_policycap_names[__POLICYDB_CAP_MAX] = {
"network_peer_controls",
"open_perms",
"extended_socket_class",
"always_check_network",
"cgroup_seclabel",
"nnp_nosuid_transition",
"genfs_seclabel_symlinks",
"ioctl_skip_cloexec",
"userspace_initial_context",
"netlink_xperm",
"netif_wildcard",
"genfs_seclabel_wildcard",
};
/* clang-format on */
#endif /* _SELINUX_POLICYCAP_NAMES_H_ */