Features User Role Plus
Categories
Component ID
2139235
Component name
Features User Role Plus
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
2185
Component created
Component changed
Component body
Initiator of this module is #1411678: Export the permissions with the role
This module allows you to export a user role with all enabled permissions.
Dependencies
* Features
Hidden variables (since 7.x-1.1)
To clear stale permissions set the variable via settings.php or drush.
$conf['features_user_role_plus_clear_stale_permissions'] = TRUE;
drush vset features_user_role_plus_clear_stale_permissions 1
I found today a module, which does the same:
https://drupal.org/project/features_roles_permissions
