Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Untill modules are first class citizen...



details:   https://anonhg.NetBSD.org/src/rev/9618ce9b2cf1
branches:  trunk
changeset: 760450:9618ce9b2cf1
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jan 05 12:59:33 2011 +0000

description:
Untill modules are first class citizens, we need to run MODULAR kernels
insecure.

diffstat:

 sys/arch/sparc64/conf/MODULAR |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r dc4790671b39 -r 9618ce9b2cf1 sys/arch/sparc64/conf/MODULAR
--- a/sys/arch/sparc64/conf/MODULAR     Wed Jan 05 10:34:49 2011 +0000
+++ b/sys/arch/sparc64/conf/MODULAR     Wed Jan 05 12:59:33 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MODULAR,v 1.1 2011/01/05 10:34:49 jnemeth Exp $
+# $NetBSD: MODULAR,v 1.2 2011/01/05 12:59:33 martin Exp $
 #
 # MODULAR kernel - like GENERIC, but excluding lots of stuff that can
 # be loaded as a module later
@@ -6,9 +6,10 @@
 
 include        "arch/sparc64/conf/GENERIC"
 
-#ident         "MODULAR-$Revision: 1.1 $"
+#ident         "MODULAR-$Revision: 1.2 $"
 
-#no options    MODULAR
+options                INSECURE        # disable kernel security levels initially
+                               # (we can't load file system modules otherwise)
 
 #no options    EXEC_AOUT       # execve(2) support for a.out binaries
 #no options    EXEC_ELF32      # Exec module for SunOS 5.x binaries.



Home | Main Index | Thread Index | Old Index