feat(VM-controller): inherits from its container
This commit is contained in:
parent
e1173e6565
commit
e02cb56ee0
@ -81,6 +81,8 @@ const checkAuthorizationByTypes = {
|
||||
|
||||
VM: or(checkSelf, checkMember('$container')),
|
||||
|
||||
'VM-controller': checkMember('$container'),
|
||||
|
||||
'VM-snapshot': checkMember('$snapshot_of'),
|
||||
|
||||
'VM-template': authorized
|
||||
|
Loading…
Reference in New Issue
Block a user