Add permissions for filemanager stuff to subusers
This commit is contained in:
parent
a43ba2421d
commit
a2fc511e7e
7 changed files with 522 additions and 386 deletions
|
@ -41,19 +41,7 @@ class ServerRepository
|
|||
{
|
||||
|
||||
protected $daemonPermissions = [
|
||||
's:get',
|
||||
's:power:start',
|
||||
's:power:stop',
|
||||
's:power:restart',
|
||||
's:power:kill',
|
||||
's:console',
|
||||
's:command',
|
||||
's:files:get',
|
||||
's:files:read',
|
||||
's:files:post',
|
||||
's:files:delete',
|
||||
's:files:upload',
|
||||
's:set-password'
|
||||
's:*'
|
||||
];
|
||||
|
||||
public function __construct()
|
||||
|
|
Reference in a new issue