Fix bug #7987 - ACL can get lost when files are being renamed.
authorJeremy Allison <jra@samba.org>
Wed, 6 Apr 2011 00:26:00 +0000 (17:26 -0700)
committerKarolin Seeger <kseeger@samba.org>
Thu, 14 Apr 2011 19:12:01 +0000 (21:12 +0200)
commitbea18a55252a06fd1da005a4f57d4d4dd89acaaf
treedf7fcf4487566b5f883c943155af43f041617c58
parentd7d39c723e1855a3d18813e8a79fcca9770b0142
Fix bug #7987 - ACL can get lost when files are being renamed.

There is no reason for smbd with Windows ACLs to use chmod
or fchmod unless it's a file opened with UNIX extensions or
with posix pathnames.
source3/modules/vfs_acl_common.c
source3/modules/vfs_acl_tdb.c
source3/modules/vfs_acl_xattr.c