Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2002 22:34:01 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10661 for review
Message-ID:  <200205020534.g425Y1B88287@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10661

Change 10661 by rwatson@rwatson_tislabs on 2002/05/01 22:33:32

	Use opt_mac.h only for options MAC, not for other MAC-related
	options, since those options simply rely on the files being
	linked into the kernel.  This avoids rebuilding any piece of the
	kernel with MAC-conditional behavior just because the set of
	policy modules changed.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/conf/options#17 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/conf/options#17 (text+ko) ====

@@ -107,8 +107,8 @@
 # TrustedBSD and POSIX.1e Kernel Options
 CAPABILITIES	opt_cap.h
 MAC		opt_mac.h
-MAC_NONE	opt_mac.h
-SEBSD		opt_mac.h
+MAC_NONE	opt_dontuse.h
+SEBSD		opt_dontuse.h
 
 # Do we want the config file compiled into the kernel?
 INCLUDE_CONFIG_FILE	opt_config.h

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?200205020534.g425Y1B88287>