From: Tony Mack Date: Thu, 10 Dec 2009 23:40:28 +0000 (+0000) Subject: added getgids to operator's rights X-Git-Tag: sfa-0.9-7~154 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7826ea4776b553efaa0ea0af35cd394b23f16336;p=sfa.git added getgids to operator's rights --- diff --git a/sfa/trust/rights.py b/sfa/trust/rights.py index ea74a032..ea10d5d7 100644 --- a/sfa/trust/rights.py +++ b/sfa/trust/rights.py @@ -25,7 +25,7 @@ privilege_table = {"authority": ["register", "remove", "update", "resolve", "lis "control": ["updateslice", "createslice", "stopslice", "startslice", "deleteslice", "resetslice", "getsliceresources", "getgids"], "info": ["listslices", "listnodes", "getpolicy"], "ma": ["setbootstate", "getbootstate", "reboot", "getgids", "gettrustedcerts"], - "operator": ["gettrustedcerts", ""]} + "operator": ["gettrustedcerts", "getgids"]} ##