X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Frights.py;h=eb0bb74720b4b48bbc0c95d21f43c4a92857e634;hb=862dfa7f7b8cce8c17e80c42aedd8d500ea86cb6;hp=db8812373958d0d3f35f4f9cc3c7ccd58893991e;hpb=fc4b3be087bdf9daa44cf701d22f6798869f5577;p=sfa.git diff --git a/sfa/trust/rights.py b/sfa/trust/rights.py index db881237..eb0bb747 100644 --- a/sfa/trust/rights.py +++ b/sfa/trust/rights.py @@ -73,6 +73,7 @@ def determine_rights(type, name): rl.add("bind") rl.add("control") rl.add("info") +# wouldn't that be authority+cm instead ? elif type == "component": rl.add("operator") return rl