cvs commit: src/lib/libc/posix1e acl_support.c

Robert Watson rwatson at FreeBSD.org
Sun Aug 31 12:56:13 UTC 2008


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 <iusty at k1024 dot org>
  
  Revision  Changes    Path
  1.14.2.1  +2 -8      src/lib/libc/posix1e/acl_support.c


More information about the cvs-all mailing list