HBSD: Bump HardenedBSD version to 42 after rtld noexec change

Signed-off-by:	Shawn Webb <shawn.webb@hardenedbsd.org>
MFC-to:		10-STABLE
MFC-with:	1ae50df934
This commit is contained in:
Shawn Webb 2016-02-25 09:28:27 -05:00
parent 1ae50df934
commit 2fcb2ba787
No known key found for this signature in database
GPG Key ID: 6A84658F52456EEE
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
[20160225] RTLD noexec
__HardenedBSD_version = 42
Enforce nonexec thread stacks, driven by the RTLD.
[20150213] rewritten internals
__HardenedBSD_version = 41

View File

@ -32,7 +32,7 @@
#ifndef _SYS_PAX_H
#define _SYS_PAX_H
#define __HardenedBSD_version 41UL
#define __HardenedBSD_version 42UL
#if defined(_KERNEL) || defined(_WANT_PRISON)
struct hbsd_features {