From owner-cvs-src@FreeBSD.ORG Sun Aug 31 12:56:13 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03E351065762; Sun, 31 Aug 2008 12:56:09 +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 840C88FC08; Sun, 31 Aug 2008 12:56:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7VCu9Rg042187; Sun, 31 Aug 2008 12:56:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7VCu9PZ042186; Sun, 31 Aug 2008 12:56:09 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200808311256.m7VCu9PZ042186@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 31 Aug 2008 12:56:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libc/posix1e acl_support.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 12:56:13 -0000 rwatson 2008-08-31 12:56:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/posix1e acl_support.c Log: SVN rev 182534 on 2008-08-31 12:56:03Z by rwatson Merge r180493 from head to stable/7: The libc acl_valid(3) function validates the contents of a POSIX.1e ACL. This change removes the requirement that an ACL contain no ACL_USER entries with a uid the same as those of a file, or ACL_GROUP entries with a gid the same as those of a file. This requirement is not in the specification, and not enforced by the kernel's ACL implementation. Reported by: Iustin Pop Revision Changes Path 1.14.2.1 +2 -8 src/lib/libc/posix1e/acl_support.c