PERFORCE change 44563 for review

Chris Vance cvance at FreeBSD.org
Tue Dec 30 12:15:46 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=44563

Change 44563 by cvance at cvance_sony on 2003/12/30 12:14:48

	Make the jump and boot the SEBSD module after installation

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/boot/forth/loader.conf.sebsd#2 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/boot/forth/loader.conf.sebsd#2 (text+ko) ====

@@ -1,11 +1,12 @@
 # uncomment the next line enable the MAC framework
-#kernel="MAC"		# /boot sub-directory containing kernel and modules
+kernel="MAC"		# /boot sub-directory containing kernel and modules
 
 # uncomment the next line enable the sebsd module
-# sebsd_load="YES"		# Security-Enhanced BSD module
+sebsd_load="YES"		# Security-Enhanced BSD module
 
 # uncomment the next line to allow the bootloader to load the SEBSD policy
 # This is required for the SEBSD module to boot
-#sebsdpolicy_load="YES"
-sebsdpolicy_type="sebsd_policy"
-sebsdpolicy_name="/etc/security/sebsd/policy.16"
+sebsdpolicy_load="YES"
+
+# Default SEBSD policy location:
+#sebsdpolicy_name="/etc/security/sebsd/policy.16"


More information about the p4-projects mailing list