Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Default PAX_ASLR to off.



details:   https://anonhg.NetBSD.org/src/rev/b20d5b6f96ad
branches:  trunk
changeset: 766513:b20d5b6f96ad
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 24 21:30:36 2011 +0000

description:
Default PAX_ASLR to off.

diffstat:

 sys/arch/evbppc/conf/RB800 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b5dc6f719683 -r b20d5b6f96ad sys/arch/evbppc/conf/RB800
--- a/sys/arch/evbppc/conf/RB800        Fri Jun 24 20:53:56 2011 +0000
+++ b/sys/arch/evbppc/conf/RB800        Fri Jun 24 21:30:36 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RB800,v 1.10 2011/06/24 00:48:46 matt Exp $
+#      $NetBSD: RB800,v 1.11 2011/06/24 21:30:36 matt Exp $
 #
 #      RB800 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "RB800-$Revision: 1.10 $"
+ident          "RB800-$Revision: 1.11 $"
 
 maxusers       32
 
@@ -19,7 +19,7 @@
 no options     GUR_BASE
 options        GUR_BASE=0xe0000000
 
-options        PAX_ASLR=1
+options        PAX_ASLR=0
 
 #options       INSECURE        # disable kernel security levels
 #options       NTP             # NTP phase/frequency locked loop



Home | Main Index | Thread Index | Old Index