Date: Wed, 1 May 2002 22:45:18 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 10664 for review Message-ID: <200205020545.g425jIK89741@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10664 Change 10664 by rwatson@rwatson_tislabs on 2002/05/01 22:45:10 Sample loader.conf entries to load various MAC modules. This is now the preferred way to load all MAC modules but sebsd and mac_none, which are currently linked in via MAC and their respective options. By default, these various modules are not loaded; some may be loaded at runtime. Affected files ... ... //depot/projects/trustedbsd/mac/sys/boot/forth/loader.conf#7 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/boot/forth/loader.conf#7 (text+ko) ==== @@ -258,6 +258,20 @@ # Override DSDT in BIOS by this file ############################################################## +### TrustedBSD MAC settings ################################## +############################################################## + +babyaudit_load="NO" # Baby auditing module +mac_biba_load="NO" # Biba MAC policy +mac_bsdextended_load="NO" # BSD/extended MAC policy +mac_ifoff="NO" # Interface silencing policy +mac_mls_load="NO" # MLS MAC policy +mac_none_load="NO" # Null MAC policy +mac_seeotheruids_load="NO" # UID visbility MAC policy +mac_te_load="NO" # Type Enforcement policy +#sebsd_load="NO" # Security-Enhanced BSD module + +############################################################## ### Module loading syntax example ########################## ############################################################## To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205020545.g425jIK89741>