Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2008 16:37:51 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/posix1e acl_support.c
Message-ID:  <200807131638.m6DGc1T7009570@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2008-07-13 16:37:51 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/posix1e     acl_support.c 
  Log:
  SVN rev 180493 on 2008-07-13 16:37:51Z by rwatson
  
  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 <iusty at k1024 dot org>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.15      +2 -8      src/lib/libc/posix1e/acl_support.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807131638.m6DGc1T7009570>