diff options
| author | James Morris <james.l.morris@oracle.com> | 2016-07-06 20:15:34 -0400 |
|---|---|---|
| committer | James Morris <james.l.morris@oracle.com> | 2016-07-06 20:15:34 -0400 |
| commit | d011a4d861ce583466a8ae72a0c8e7f51c8cba4e (patch) | |
| tree | 1ff8dfe7d486f5648e69ee85e54cde1987d8296a /include/uapi/linux | |
| parent | 544e1cea03e6674e3c12a3b8e8cc507c3dbeaf0c (diff) | |
| parent | 3f09354ac84c6904787189d85fb306bf60f714b8 (diff) | |
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into next
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/audit.h | 2 | ||||
| -rw-r--r-- | include/uapi/linux/in6.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/audit.h b/include/uapi/linux/audit.h index d820aa979620..82e8aa59446b 100644 --- a/include/uapi/linux/audit.h +++ b/include/uapi/linux/audit.h | |||
| @@ -130,6 +130,8 @@ | |||
| 130 | #define AUDIT_MAC_IPSEC_EVENT 1415 /* Audit an IPSec event */ | 130 | #define AUDIT_MAC_IPSEC_EVENT 1415 /* Audit an IPSec event */ |
| 131 | #define AUDIT_MAC_UNLBL_STCADD 1416 /* NetLabel: add a static label */ | 131 | #define AUDIT_MAC_UNLBL_STCADD 1416 /* NetLabel: add a static label */ |
| 132 | #define AUDIT_MAC_UNLBL_STCDEL 1417 /* NetLabel: del a static label */ | 132 | #define AUDIT_MAC_UNLBL_STCDEL 1417 /* NetLabel: del a static label */ |
| 133 | #define AUDIT_MAC_CALIPSO_ADD 1418 /* NetLabel: add CALIPSO DOI entry */ | ||
| 134 | #define AUDIT_MAC_CALIPSO_DEL 1419 /* NetLabel: del CALIPSO DOI entry */ | ||
| 133 | 135 | ||
| 134 | #define AUDIT_FIRST_KERN_ANOM_MSG 1700 | 136 | #define AUDIT_FIRST_KERN_ANOM_MSG 1700 |
| 135 | #define AUDIT_LAST_KERN_ANOM_MSG 1799 | 137 | #define AUDIT_LAST_KERN_ANOM_MSG 1799 |
diff --git a/include/uapi/linux/in6.h b/include/uapi/linux/in6.h index 318a4828bf98..b39ea4f2e701 100644 --- a/include/uapi/linux/in6.h +++ b/include/uapi/linux/in6.h | |||
| @@ -143,6 +143,7 @@ struct in6_flowlabel_req { | |||
| 143 | #define IPV6_TLV_PAD1 0 | 143 | #define IPV6_TLV_PAD1 0 |
| 144 | #define IPV6_TLV_PADN 1 | 144 | #define IPV6_TLV_PADN 1 |
| 145 | #define IPV6_TLV_ROUTERALERT 5 | 145 | #define IPV6_TLV_ROUTERALERT 5 |
| 146 | #define IPV6_TLV_CALIPSO 7 /* RFC 5570 */ | ||
| 146 | #define IPV6_TLV_JUMBO 194 | 147 | #define IPV6_TLV_JUMBO 194 |
| 147 | #define IPV6_TLV_HAO 201 /* home address option */ | 148 | #define IPV6_TLV_HAO 201 /* home address option */ |
| 148 | 149 | ||
