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

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

Change 10655 by rwatson@rwatson_tislabs on 2002/05/01 22:19:36

	Do not link mac_biba, mac_mls, or mac_te directly into the kernel.
	Build only via modules.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/conf/files#27 edit
... //depot/projects/trustedbsd/mac/sys/conf/options#16 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/conf/files#27 (text+ko) ====

@@ -1297,10 +1297,7 @@
 posix4/ksched.c	optional _kposix_priority_scheduling
 posix4/p1003_1b.c	standard
 posix4/posix4_mib.c	standard
-security/mac_biba/mac_biba.c	optional mac_biba
-security/mac_mls/mac_mls.c	optional mac_mls
 security/mac_none/mac_none.c	optional mac_none
-security/mac_te/mac_te.c	optional mac_te
 
 security/sebsd/sebsd.c		optional sebsd
 security/sebsd/avc/avc.c	optional sebsd

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

@@ -107,10 +107,7 @@
 # TrustedBSD and POSIX.1e Kernel Options
 CAPABILITIES	opt_cap.h
 MAC		opt_mac.h
-MAC_BIBA	opt_mac.h
-MAC_MLS		opt_mac.h
 MAC_NONE	opt_mac.h
-MAC_TE		opt_mac.h
 SEBSD		opt_mac.h
 
 # Do we want the config file compiled into the kernel?

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?200205020519.g425JgC86702>