From owner-cvs-src-old@FreeBSD.ORG Fri Oct 31 11:28:07 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12BA8106567E for ; Fri, 31 Oct 2008 11:28:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F12FF8FC3D for ; Fri, 31 Oct 2008 11:28:06 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m9VBS6sj028897 for ; Fri, 31 Oct 2008 11:28:06 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m9VBS6Ii028896 for cvs-src-old@freebsd.org; Fri, 31 Oct 2008 11:28:06 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200810311128.m9VBS6Ii028896@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Fri, 31 Oct 2008 11:27:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_partition mac_partition.c src/sys/security/mac_seeotheruids mac_seeotheruids.c src/sys/security/mac_stub mac_stub.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 11:28:07 -0000 bz 2008-10-31 11:27:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_partition mac_partition.c sys/security/mac_seeotheruids mac_seeotheruids.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c Log: SVN rev 184502 on 2008-10-31 11:27:54Z by bz MFC: r183980 Add a mac_check_inpcb_visible implementation to all MAC policies that handle mac_check_socket_visible. Approved by: re (rwatson) Revision Changes Path 1.107.2.4 +19 -0 src/sys/security/mac_biba/mac_biba.c 1.53.2.3 +19 -0 src/sys/security/mac_lomac/mac_lomac.c 1.88.2.5 +19 -0 src/sys/security/mac_mls/mac_mls.c 1.19.2.3 +17 -0 src/sys/security/mac_partition/mac_partition.c 1.15.2.2 +14 -0 src/sys/security/mac_seeotheruids/mac_seeotheruids.c 1.68.2.4 +9 -0 src/sys/security/mac_stub/mac_stub.c 1.78.2.5 +14 -0 src/sys/security/mac_test/mac_test.c