[PATCH] Fix missing permission check on destination directory on rename.

Volker Lendecke vl at samba.org
Wed Dec 7 07:18:24 UTC 2016


On Tue, Dec 06, 2016 at 09:51:05AM -0800, Jeremy Allison wrote:
> Bit of a corner case, took me a while to code
> up a good regression test case, but fixes an
> issue if there is a missmatch between the
> underlying file system permissions and the
> stored NT ACLs.

Just for my understanding -- wasn't the idea that Posix always rules?
If someone changes the file system acl, our getacl code will override
the nt acl, due to a checksum mismatch?

The code of course looks good, the test case is an interesting sample :-)

Volker



More information about the samba-technical mailing list