mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
security: Provide a permission for module configuration
This commit is contained in:
parent
8c758a9f12
commit
53e7b44308
@ -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'
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user