Is it possible to do this in acl-permissions.xml file?
<permission action="editPost">
<criteria for="editPost://ui">
param[0].poster.user.roleNames.contains("RESPONSIBLE")
</criteria>
</permission>
Furthermore:
Is it possible to restrict access of certein groups to certain categories and/or topics?
If not yet: How could this be achieved?