Restriction example in the monitoring module configuration script
This commit is contained in:
parent
6d59f242a7
commit
e037716585
|
@ -5,4 +5,5 @@
|
|||
$this->providePermission('commands/all', 'Allow to send all commands');
|
||||
$this->providePermission('commands/safe', 'Allow to to send a subset of "safe" commands');
|
||||
$this->providePermission('log', 'Allow full log access');
|
||||
$this->provideRestriction('filter', 'Filter accessible object');
|
||||
|
||||
|
|
Loading…
Reference in New Issue