Commit 57fc676a by Dudás Ádám

vm: add field for required permissions to operations

parent 5489aa96
......@@ -23,6 +23,7 @@ class Operation:
"""
acl_level = 'owner'
async_queue = 'localhost.man'
required_perms = ()
def __init__(self, instance):
"""Initialize a new operation bound to the specified VM instance.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment