Restriction example in the monitoring module configuration script

This commit is contained in:
Thomas Gelf 2014-01-22 16:25:24 +00:00
parent 6d59f242a7
commit e037716585
1 changed files with 1 additions and 0 deletions

View File

@ -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');