]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r234385:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 24 May 2012 10:02:42 +0000 (10:02 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 24 May 2012 10:02:42 +0000 (10:02 +0000)
commitf851be568f607219a6fe9a5fba1ac25ca254da3a
tree792e19b06edbf797fba6bdc143d509d0e9dafbb6
parent6dfc1a51cb2ea76bf896cb72ec2dd8efafc37880
MFC r234385:

Fix bug where NFSv4 ACL enforcement code wouldn't unconditionally
allow the owner to read and write ACL and file attributes when there
was no entry with subject matching the owner.  In other words,
'getfacl meh' shouldn't fail for the owner if the ACL looks like this:

# file: meh
# owner: trasz
# group: wheel
         user:root:------a-------:------:allow

git-svn-id: svn://svn.freebsd.org/base/stable/9@235890 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/subr_acl_nfs4.c