diff options
Diffstat (limited to 'security/selinux/include/security.h')
-rw-r--r-- | security/selinux/include/security.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/selinux/include/security.h b/security/selinux/include/security.h index e91f08c16c0b..28dfb2f93e4d 100644 --- a/security/selinux/include/security.h +++ b/security/selinux/include/security.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Security server interface. | 2 | * Security server interface. |
3 | * | 3 | * |
4 | * Author : Stephen Smalley, <sds@epoch.ncsc.mil> | 4 | * Author : Stephen Smalley, <sds@tycho.nsa.gov> |
5 | * | 5 | * |
6 | */ | 6 | */ |
7 | 7 | ||
@@ -73,6 +73,7 @@ enum { | |||
73 | POLICYDB_CAPABILITY_EXTSOCKCLASS, | 73 | POLICYDB_CAPABILITY_EXTSOCKCLASS, |
74 | POLICYDB_CAPABILITY_ALWAYSNETWORK, | 74 | POLICYDB_CAPABILITY_ALWAYSNETWORK, |
75 | POLICYDB_CAPABILITY_CGROUPSECLABEL, | 75 | POLICYDB_CAPABILITY_CGROUPSECLABEL, |
76 | POLICYDB_CAPABILITY_NNP_NOSUID_TRANSITION, | ||
76 | __POLICYDB_CAPABILITY_MAX | 77 | __POLICYDB_CAPABILITY_MAX |
77 | }; | 78 | }; |
78 | #define POLICYDB_CAPABILITY_MAX (__POLICYDB_CAPABILITY_MAX - 1) | 79 | #define POLICYDB_CAPABILITY_MAX (__POLICYDB_CAPABILITY_MAX - 1) |
@@ -84,6 +85,7 @@ extern int selinux_policycap_openperm; | |||
84 | extern int selinux_policycap_extsockclass; | 85 | extern int selinux_policycap_extsockclass; |
85 | extern int selinux_policycap_alwaysnetwork; | 86 | extern int selinux_policycap_alwaysnetwork; |
86 | extern int selinux_policycap_cgroupseclabel; | 87 | extern int selinux_policycap_cgroupseclabel; |
88 | extern int selinux_policycap_nnp_nosuid_transition; | ||
87 | 89 | ||
88 | /* | 90 | /* |
89 | * type_datum properties | 91 | * type_datum properties |