[](http://www.repostatus.org/#active)
INSERTINTOgrant_types(name,description)VALUES('change_settings_clones',"can change the settings of any virtual machines cloned from one base owned by the user.");
INSERTINTOgrant_types(name,description)VALUES('change_settings_clones',"can change the settings of any virtual machine cloned from one base owned by the user.");
INSERTINTOgrant_types(name,description)VALUES('remove_clone',"can remove clones from virtual machines owned by the user.");
INSERTINTOgrant_types(name,description)VALUES('shutdown_clone',"can shutdown clones from virtual machines owned by the user.");
INSERTINTOgrant_types(name,description)VALUES('hibernate_clone',"can hibernate clones from virtual machines owned by the user.");
/* operators should be allowed these */
INSERTINTOgrant_types(name,description)VALUES('change_settings_all',"can change the settings of any virtual machines.");
INSERTINTOgrant_types(name,description)VALUES('change_settings_all',"can change the settings of any virtual machine.");
INSERTINTOgrant_types(name,description)VALUES('remove_clone_all',"can remove any clone.");
INSERTINTOgrant_types(name,description)VALUES('hibernate_clone_all',"can hibernate any clone.");
...
...
@@ -27,5 +27,5 @@ INSERT INTO grant_types(name,description) VALUES('shutdown_all',"can shutdown an
INSERTINTOgrant_types(name,description)VALUES('hibernate_all',"can hibernate any virtual machine.");
INSERTINTOgrant_types(name,description)VALUES('screenshot_all',"can take a screenshot of any virtual machine.");
INSERTINTOgrant_types(name,description)VALUES('grant','can grant permissions to other users');
INSERTINTOgrant_types(name,description,enabled)VALUES('grant','can grant permissions to other users',1);