HardenedBSD/sys/powerpc/conf/HARDENEDBSD64
Shawn Webb 0e0ce0fde3
HBSD: Better support PPC64.
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>
2016-04-30 17:58:35 -04:00

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