mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 01:55:19 +01:00
HBSD: bump __HardenedBSD_version to 38 after MAP_32BIT randmization
Signed-off-by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
This commit is contained in:
parent
32a56e6796
commit
b82066b862
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user