1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00
Volker Lendecke 066f6c856f Fix checks in can_delete_file_in_directory()
With at least NFSv4 ACLs around the write permission for the owner is a bogus
check if we can delete a file in a directory. Like in Windows, there are two
ways which can grant us such: First, the DELETE permission on the file itself,
or if that does not help, the DELETE_CHILD permission on the directory. It
might be a bit more code that runs, but essentially we should end up with the
same set of syscalls in the non-acl case.
(This used to be commit daa9b056645a45edfb3a70e3536011ebe5678970)
2008-06-19 15:27:41 +02:00
..
2008-02-24 11:39:59 +01:00
2008-01-10 13:19:58 +01:00
2008-04-19 17:04:09 +02:00
2008-02-25 12:58:56 +01:00
2008-06-17 10:48:40 +02:00
2008-05-16 23:18:50 +02:00
2008-05-16 23:18:50 +02:00
2008-06-19 12:03:31 +02:00
2007-11-13 12:51:31 -08:00
2008-04-08 21:41:16 +02:00
2008-04-07 15:28:10 -07:00
2008-05-20 23:08:42 +02:00
2007-12-18 09:56:04 +01:00