PERFORCE change 35303 for review

Robert Watson rwatson at FreeBSD.org
Thu Jul 31 18:46:03 PDT 2003


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

Change 35303 by rwatson at rwatson_tislabs on 2003/07/31 18:45:03

	More references to MAC_STUB/mac_stub

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/conf/NOTES#43 edit
.. //depot/projects/trustedbsd/mac/sys/conf/files#83 edit
.. //depot/projects/trustedbsd/mac/sys/conf/options#52 edit
.. //depot/projects/trustedbsd/mac/sys/i386/conf/MACALL#4 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/conf/NOTES#43 (text+ko) ====

@@ -809,6 +809,7 @@
 options 	MAC_PARTITION
 options 	MAC_PORTACL
 options 	MAC_SEEOTHERUIDS
+options 	MAC_STUB
 options 	MAC_TEST
 
 

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

@@ -1570,6 +1570,7 @@
 security/mac_partition/mac_partition.c	optional mac_partition
 security/mac_portacl/mac_portacl.c	optional mac_portacl
 security/mac_seeotheruids/mac_seeotheruids.c	optional mac_seeotheruids
+security/mac_stub/mac_stub.c	optional mac_stub
 security/mac_test/mac_test.c	optional mac_test
 security/sebsd/sebsd.c		optional sebsd
 security/sebsd/sebsd_syscall.c	optional sebsd

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

@@ -115,6 +115,7 @@
 MAC_PARTITION	opt_dontuse.h
 MAC_PORTACL	opt_dontuse.h
 MAC_SEEOTHERUIDS	opt_dontuse.h
+MAC_STUB	opt_dontuse.h
 MAC_TEST	opt_dontuse.h
 MD_ROOT		opt_md.h
 MD_ROOT_SIZE	opt_md.h

==== //depot/projects/trustedbsd/mac/sys/i386/conf/MACALL#4 (text+ko) ====

@@ -44,6 +44,7 @@
 options 	MAC_PARTITION
 options 	MAC_PORTACL
 options 	MAC_SEEOTHERUIDS
+options 	MAC_STUB
 options 	MAC_TEST
 #options 	SEBSD
 


More information about the p4-projects mailing list