Bug #807
Trivial ACEs missing delete
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
kernel
Start date:
2011-03-12
Due date:
% Done:
50%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Windows CIFS clients do not allow a file to be deleted without at least one of the following:
- An allow ACE with delete (can be inherited) in the file's ACL
- An allow ACE on the ACL of the file's parent directory with delete_child
Write permission on a directory is sufficient to allow deleting its children in the Unix permission model. However, trivial ACEs generated from modes with write permission do not include delete_child, so Windows is unhappy.
Related issues
Updated by Gordon Ross about 8 years ago
- Assignee changed from Albert Lee to Kevin Crowe
- % Done changed from 0 to 50
- Difficulty set to Medium
- Tags set to needs-triage
Updated by Yuri Pankov over 4 years ago
- Status changed from In Progress to Feedback
This should be fixed in #6762.
Updated by Yuri Pankov over 4 years ago
- Status changed from Feedback to Closed
Closing as fixed, please reopen if it's still a problem.
Updated by Yuri Pankov over 4 years ago
- Is duplicate of Bug #6762: POSIX write should imply DELETE_CHILD on directories - and some additional considerations added