Skip to content

Commit

Permalink
Security: Add wildcard permissions to the config/ tree
Browse files Browse the repository at this point in the history
refs #8720
  • Loading branch information
lippserd committed Mar 12, 2015
1 parent 195fe6f commit 517437e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/forms/Security/RoleForm.php
Expand Up @@ -22,7 +22,8 @@ class RoleForm extends ConfigForm
*/
protected $providedPermissions = array(
'*' => '*',
'system/config/*' => 'system/config/*',
'config/*' => 'config/*',
'config/application/*' => 'config/application/*',
'config/application/general' => 'config/application/general',
'config/application/authentication' => 'config/application/authentication',
'config/application/resources' => 'config/application/resources',
Expand Down

0 comments on commit 517437e

Please sign in to comment.