removed another bunch of references to geni
[sfa.git] / sfa / trust / rights.py
index ea74a03..6d7fc85 100644 (file)
@@ -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"]}
 
 
 ##