X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Frights.py;h=6d7fc85b41e51fcfaef85ef7933c7ec4724f2a83;hb=3d7237fa0b5f2b4a60cb97c7fb3b6aecfd94558a;hp=ea74a032eaeddc60cfc9eeba8cc2d7ae550e954e;hpb=283517b841aa5a5f695cd4d18eb119582e204c82;p=sfa.git diff --git a/sfa/trust/rights.py b/sfa/trust/rights.py index ea74a032..6d7fc85b 100644 --- a/sfa/trust/rights.py +++ b/sfa/trust/rights.py @@ -1,5 +1,5 @@ ## -# This Module implements rights and lists of rights for the Geni wrapper. Rights +# This Module implements rights and lists of rights for the SFA. Rights # are implemented by two classes: # # Right - represents a single right @@ -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"]} ##