diff --git a/sys/hardenedbsd/hbsd_pax_segvguard.c b/sys/hardenedbsd/hbsd_pax_segvguard.c index 8338485cf9f..0fdef4a0592 100644 --- a/sys/hardenedbsd/hbsd_pax_segvguard.c +++ b/sys/hardenedbsd/hbsd_pax_segvguard.c @@ -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