security: Provide a permission for module configuration

This commit is contained in:
Eric Lippmann 2015-02-02 13:29:55 +01:00
parent 8c758a9f12
commit 53e7b44308
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class RoleForm extends ConfigForm
'system/config/*' => 'system/config/*', 'system/config/*' => 'system/config/*',
'system/config/application' => 'system/config/application', 'system/config/application' => 'system/config/application',
'system/config/authentication' => 'system/config/authentication', 'system/config/authentication' => 'system/config/authentication',
'system/config/modules' => 'system/config/modules',
'system/config/resources' => 'system/config/resources', 'system/config/resources' => 'system/config/resources',
'system/config/roles' => 'system/config/roles' 'system/config/roles' => 'system/config/roles'
); );