mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add sample HARDENED amd64 kernel config.
Signed-off-by: Shawn Webb <shawn@opnsense.org>
This commit is contained in:
parent
c506eb78e2
commit
dbbb6b841f
1 changed files with 10 additions and 0 deletions
10
sys/amd64/conf/HARDENED
Normal file
10
sys/amd64/conf/HARDENED
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
include GENERIC
|
||||
|
||||
options PAX
|
||||
options PAX_ASLR
|
||||
options PAX_HARDENING
|
||||
options PAX_SYSCTLS
|
||||
options PAX_SEGVGUARD
|
||||
options HBSD_DEBUG
|
||||
|
||||
options EARLY_AP_STARTUP
|
||||
Loading…
Reference in a new issue