Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add PAX_SEGVGUARD disabled.



details:   https://anonhg.NetBSD.org/src/rev/d10161219bf5
branches:  trunk
changeset: 814323:d10161219bf5
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 16 16:13:16 2016 +0000

description:
Add PAX_SEGVGUARD disabled.

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r dfa946888b20 -r d10161219bf5 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Mar 16 16:04:44 2016 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Wed Mar 16 16:13:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.425 2016/03/05 17:08:49 riastradh Exp $
+# $NetBSD: GENERIC,v 1.426 2016/03/16 16:13:16 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.425 $"
+#ident                 "GENERIC-$Revision: 1.426 $"
 
 maxusers       64              # estimated number of users
 
@@ -1312,5 +1312,6 @@
 options VERIFIED_EXEC_FP_SHA1
 options VERIFIED_EXEC_FP_MD5
 
+options        PAX_SEGVGUARD=0         # PaX Segmentation fault guard
 options        PAX_MPROTECT=0          # PaX mprotect(2) restrictions
 options        PAX_ASLR=0              # PaX Address Space Layout Randomization



Home | Main Index | Thread Index | Old Index