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/8cfd2fff3a87
branches: trunk
changeset: 344181:8cfd2fff3a87
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 e2ce1a68dc1f -r 8cfd2fff3a87 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