From 7826ea4776b553efaa0ea0af35cd394b23f16336 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 10 Dec 2009 23:40:28 +0000 Subject: [PATCH] added getgids to operator's rights --- sfa/trust/rights.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]} ## -- 2.43.0