Module Name: src
Committed By: matt
Date: Fri Jun 24 00:48:47 UTC 2011
Modified Files:
src/sys/arch/evbppc/conf: RB800
Log Message:
Turn on PAX_ASLR
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbppc/conf/RB800
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbppc/conf/RB800
diff -u src/sys/arch/evbppc/conf/RB800:1.9 src/sys/arch/evbppc/conf/RB800:1.10
--- src/sys/arch/evbppc/conf/RB800:1.9 Mon Jun 20 05:04:10 2011
+++ src/sys/arch/evbppc/conf/RB800 Fri Jun 24 00:48:46 2011
@@ -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)