Active
Project:
Provision ACL support
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2011 at 19:10 UTC
Updated:
18 Mar 2011 at 19:13 UTC
Because of #1097854: do not rewrite the drushrc on *all* commands, we have to run the setfacl during the hook_exit, which is not really clean. We should be able to run this in the post hook. Once #1097854 is fixed, we need to update our side of the story and run only on post hooks.
Comments
Comment #1
anarcat commentedThe post hooks were removed in 80d82f8.
Comment #2
anarcat commentedOh and maybe we should focus on merging into core instead: #1097886: merge ACLs into core.