Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2002 18:02:34 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 12283 for review
Message-ID:  <200206020102.g5212Yu56700@freefall.freebsd.org>

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

Change 12283 by rwatson@rwatson_curry on 2002/06/01 18:02:25

	mac_partition, a simple jail-like model that isolates clusters of
	processes.  Until we have a flexible user API for managing
	arbitrary mac labels, "borrow" the sebsd psid for externalized
	labels.  Unlike other labeled policies, this uses the label
	entry as a 'long' rather than a 'void *'.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/modules/Makefile#22 edit
... //depot/projects/trustedbsd/mac/sys/modules/mac_partition/Makefile#1 add
... //depot/projects/trustedbsd/mac/sys/security/mac_partition/mac_partition.c#1 add

Differences ...

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

@@ -53,6 +53,7 @@
 	mac_bsdextended \
 	mac_ifoff \
 	mac_none \
+	mac_partition \
 	mac_seeotheruids \
 	mac_test \
 	md \

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?200206020102.g5212Yu56700>