mirror of
https://github.com/opnsense/src.git
synced 2026-05-14 01:59:44 -04:00
HBSD: Enable SEGVGUARD by default
HardenedBSD still has SEGVGUARD in opt-in mode by default. OPNsense needs to have this as opt-out by default. Signed-off-by: Shawn Webb <shawn@opnsense.org>
This commit is contained in:
parent
4b21e5691f
commit
33bc3d9fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ __FBSDID("$FreeBSD$");
|
|||
FEATURE(hbsd_segvguard, "Segmentation fault protection.");
|
||||
|
||||
#ifdef PAX_HARDENING
|
||||
static int pax_segvguard_status = PAX_FEATURE_OPTIN; /* XXXOP */
|
||||
static int pax_segvguard_status = PAX_FEATURE_OPTOUT; /* XXXOP */
|
||||
#else
|
||||
static int pax_segvguard_status = PAX_FEATURE_OPTIN;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue