Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 18:23:31 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 35300 for review
Message-ID:  <200308010123.h711NV1O024984@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=35300

Change 35300 by rwatson@rwatson_tislabs on 2003/07/31 18:23:26

	Copy mac_none to a mac_stub policy, so we can convert mac_none
	to a real null policy for performance measurement purposes.  If
	you have outstanding changes adding entry points to mac_none,
	they'll need to be moved to mac_stub.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/modules/Makefile#63 edit
.. //depot/projects/trustedbsd/mac/sys/modules/mac_stub/Makefile#1 add
.. //depot/projects/trustedbsd/mac/sys/security/mac_stub/mac_stub.c#1 add

Differences ...

==== //depot/projects/trustedbsd/mac/sys/modules/Makefile#63 (text+ko) ====

@@ -75,6 +75,7 @@
 	mac_partition \
 	mac_portacl \
 	mac_seeotheruids \
+	mac_stub \
 	mac_test \
 	mcd \
 	md \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308010123.h711NV1O024984>