Commit ef94012
committed
minor #7987 setfacl commands in the right order (rafacouto)
This PR was submitted for the 3.3 branch but it was merged into the 2.7 branch instead (closes #7987).
Discussion
----------
setfacl commands in the right order
Order matters. Very unlikely case (but still likely): new files can be created between setfacl commands and those files will be out for default ACL application. So, the right order to apply setfacl is the default first and change current ones after.
Commits
-------
b621ee5 setfacl commands in the right order1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments