From owner-cvs-all@FreeBSD.ORG Sat Oct 27 10:38:58 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C53216A418; Sat, 27 Oct 2007 10:38:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 350F713C494; Sat, 27 Oct 2007 10:38:58 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9RAcw45081985; Sat, 27 Oct 2007 10:38:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9RAcwY2081984; Sat, 27 Oct 2007 10:38:58 GMT (envelope-from rwatson) Message-Id: <200710271038.l9RAcwY2081984@repoman.freebsd.org> From: Robert Watson Date: Sat, 27 Oct 2007 10:38:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac_test mac_test.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2007 10:38:58 -0000 rwatson 2007-10-27 10:38:57 UTC FreeBSD src repository Modified files: sys/security/mac_test mac_test.c Log: Give each posixsem MAC Framework entry point its own counter and test case in the mac_test policy, rather than sharing a single function for all of the access control checks. Obtained from: TrustedBSD Project Revision Changes Path 1.84 +74 -9 src/sys/security/mac_test/mac_test.c