From b82066b862a13cb37c107551718b1483b634ee58 Mon Sep 17 00:00:00 2001 From: Oliver Pinter Date: Fri, 18 Dec 2015 22:48:25 +0100 Subject: [PATCH] HBSD: bump __HardenedBSD_version to 38 after MAP_32BIT randmization Signed-off-by: Oliver Pinter --- UPDATING-HardenedBSD | 10 ++++++++++ sys/sys/pax.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/UPDATING-HardenedBSD b/UPDATING-HardenedBSD index eed38aa5c1e9..818e454ac7fb 100644 --- a/UPDATING-HardenedBSD +++ b/UPDATING-HardenedBSD @@ -1,3 +1,13 @@ +[20151218] reworked MAP_32BIT mmap randomization +__HardenedBSD_version = 38 + + Previously the MAP_32BIT case mmap randomization was an ASR, + to fix this and some other issue with the MAP_32BIT related + mmap, implement a proper ASLR. + + Upstream fixed stability issues with higher order PID randomization + + [20151208] revert the reworked internal structures __HardenedBSD_version = 37 diff --git a/sys/sys/pax.h b/sys/sys/pax.h index 176918574285..3870308c62ee 100644 --- a/sys/sys/pax.h +++ b/sys/sys/pax.h @@ -32,7 +32,7 @@ #ifndef _SYS_PAX_H #define _SYS_PAX_H -#define __HardenedBSD_version 37 +#define __HardenedBSD_version 38 #if defined(_KERNEL) || defined(_WANT_PRISON) struct hardening_features {