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 Turn on PAX_ASLR



details:   https://anonhg.NetBSD.org/src/rev/05ab188c8a9d
branches:  trunk
changeset: 766493:05ab188c8a9d
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 24 00:48:46 2011 +0000

description:
Turn on PAX_ASLR

diffstat:

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

diffs (27 lines):

diff -r d5bfb804bc85 -r 05ab188c8a9d sys/arch/evbppc/conf/RB800
--- a/sys/arch/evbppc/conf/RB800        Thu Jun 23 23:42:43 2011 +0000
+++ b/sys/arch/evbppc/conf/RB800        Fri Jun 24 00:48:46 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RB800,v 1.9 2011/06/20 05:04:10 matt Exp $
+#      $NetBSD: RB800,v 1.10 2011/06/24 00:48:46 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.9 $"
+ident          "RB800-$Revision: 1.10 $"
 
 maxusers       32
 
@@ -19,6 +19,8 @@
 no options     GUR_BASE
 options        GUR_BASE=0xe0000000
 
+options        PAX_ASLR=1
+
 #options       INSECURE        # disable kernel security levels
 #options       NTP             # NTP phase/frequency locked loop
 options        KTRACE          # system call tracing via ktrace(1)



Home | Main Index | Thread Index | Old Index