This module is blocking normal Drupal core permissions from being configured properly even when configured properly to allow that.
In the options for giving a certain role permissions based off of a taxonomy term selected, there is a "" option. That implies that if no term is selected in the field it will give that role access. This is perfect for allowing Drupal to allocate permissions on its own for the current roles while tac_lite is installed and used on other roles.
I believe this is an issue with `tac_lite_node_access_records()` hook. Whenever it can't find any terms selected, it just skips giving any role permissions.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.