HBSD: bump __HardenedBSD_version to 24 after recent ASLR rewrite

Signed-off-by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
This commit is contained in:
Oliver Pinter 2015-06-05 22:35:05 +02:00
parent 6c282ce852
commit f54a46580c
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
[20150605] ASLR "rewrite" and NOEXEC fixes after jhb's vm_mmap.c changes
__HardenedBSD_version = 24
Move the mmap randomization to it's own place and add more state enforcements (KASSERTs).
Added locking around pax_aslr_mmap(...).
Factore out the MAP_32BIT related code from pax_aslr_mmap(...), and move to pax_aslr_mmap_map_32bit(...)
[20150604] fix ASLR - randomize the rtld's shared object too
__HardenedBSD_version = 23

View File

@ -32,7 +32,7 @@
#ifndef _SYS_PAX_H
#define _SYS_PAX_H
#define __HardenedBSD_version 23
#define __HardenedBSD_version 24
#if defined(_KERNEL) || defined(_WANT_PRISON)
struct hardening_features {