Commit 5da6fdf
committed
Cygwin: set_posix_access: Use DEF objects when creating default ACL entries from scratch
When creating default ACL entries from scratch, set_posix_access
accidentally sets the type to GROUP_OBJ and OTHER_OBJ, rather than
DEF_GROUP_OBJ/DEF_OTHER_OBJ. This shouldn't be noticable most of
time since creating from scratch is seldom necessary.
Fixes: bc444e5 ("Reapply POSIX ACL changes.")
Signed-off-by: Corinna Vinschen <[email protected]>
(cherry picked from commit aa481e0)1 parent 39078c9 commit 5da6fdf
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments