From owner-p4-projects@FreeBSD.ORG Mon Nov 8 17:18:44 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 29D8016A4D0; Mon, 8 Nov 2004 17:18:44 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC9D316A4CE for ; Mon, 8 Nov 2004 17:18:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF40043D31 for ; Mon, 8 Nov 2004 17:18:43 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA8HIhkS037181 for ; Mon, 8 Nov 2004 17:18:43 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA8HIhYR037178 for perforce@freebsd.org; Mon, 8 Nov 2004 17:18:43 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 8 Nov 2004 17:18:43 GMT Message-Id: <200411081718.iA8HIhYR037178@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 64611 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 17:18:45 -0000 http://perforce.freebsd.org/chv.cgi?CH=64611 Change 64611 by rwatson@rwatson_tislabs on 2004/11/08 17:18:17 Remove comment from branch, now merged to HEAD. Affected files ... .. //depot/projects/trustedbsd/mac/sys/kern/sysv_ipc.c#13 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/kern/sysv_ipc.c#13 (text+ko) ==== @@ -74,14 +74,6 @@ * implementation of each primitive. Those entry point calls complement the * ipcperm() discertionary checks. */ - -/* - * Note: The MAC Framework does not require any modifications to the ipcperm() - * function, as access control checks are performed throughout the - * implementation of each primitive. Those entry point calls complement the - * ipcperm() discertionary checks. - */ - int ipcperm(td, perm, mode) struct thread *td;