You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#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 (closessymfony#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 order
0 commit comments