]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The libc acl_valid(3) function validates the contents of a POSIX.1e ACL.
authorrwatson <rwatson@FreeBSD.org>
Sun, 13 Jul 2008 16:37:51 +0000 (16:37 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sun, 13 Jul 2008 16:37:51 +0000 (16:37 +0000)
commitc57e2fc46aa3da8aaf6e9da061594d141bb48900
tree3e30ded43324388deae0e80a396569aedcf8308d
parent3f393f965c50d79422a6cb41b98aef7d86ecad99
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
lib/libc/posix1e/acl_support.c