HBSD: bump __HardenedBSD_version to 38 after MAP_32BIT randmization

Signed-off-by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
This commit is contained in:
Oliver Pinter 2015-12-18 22:48:25 +01:00
parent 32a56e6796
commit b82066b862
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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 {