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

anarcat’s picture

The post hooks were removed in 80d82f8.

anarcat’s picture

Oh and maybe we should focus on merging into core instead: #1097886: merge ACLs into core.