From owner-p4-projects Sat Jun 1 18: 2:40 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A54D637B400; Sat, 1 Jun 2002 18:02:35 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFE8837B406 for ; Sat, 1 Jun 2002 18:02:34 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5212Yu56700 for perforce@freebsd.org; Sat, 1 Jun 2002 18:02:34 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 1 Jun 2002 18:02:34 -0700 (PDT) Message-Id: <200206020102.g5212Yu56700@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 12283 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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