From d92979dd3fea18649bd1157078e80fcf7433865f Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 23 Nov 2009 02:12:36 +0000 Subject: [PATCH] components can call get_trusted_certs --- sfa/trust/rights.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sfa/trust/rights.py b/sfa/trust/rights.py index 2e5d3edc..495b4a0e 100644 --- a/sfa/trust/rights.py +++ b/sfa/trust/rights.py @@ -24,7 +24,8 @@ privilege_table = {"authority": ["register", "remove", "update", "resolve", "lis "bind": ["getticket", "loanresources", "redeemticket"], "control": ["updateslice", "createslice", "stopslice", "startslice", "deleteslice", "resetslice", "getsliceresources"], "info": ["listslices", "listnodes", "getpolicy"], - "ma": ["setbootstate", "getbootstate", "reboot"]} + "ma": ["setbootstate", "getbootstate", "reboot"], + "operator": ["gettrustedcerts", ""]} ## -- 2.43.0