mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01:00
0e0ce0fde3
Add missing ELF auxv entry for powerpc, add the HARDENEDBSD64 powerpc kernel config, and switch to HARDENEDBSD64 kernel config for the ppc64 architecture. Submitted-by: Guy M Broome <gmbroome@vcu.edu> Signed-off-by: Shawn Webb <shawn.webb@hardenedbsd.org>
10 lines
487 B
Plaintext
10 lines
487 B
Plaintext
include GENERIC64
|
|
ident HARDENEDBSD
|
|
|
|
options PAX # PaX framework
|
|
options PAX_SYSCTLS # sysctls for run-time options
|
|
options PAX_ASLR # Address Space Layout Randomization
|
|
options PAX_NOEXEC # Remove WX pages from user-space and enforce W^X
|
|
options PAX_HARDENING # Various hardening options
|
|
options PAX_SEGVGUARD # prevent brute-force attacks
|