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