7 Mar
2007
7 Mar
'07
7:32 p.m.
Eric Bréhault wrote at 2007-3-7 10:32 +0100:
... Indeed, I have been looking in all the restricted interpreter things. I have been reading zope\security\untristedinterpreter.txt, and I think it is probably what I need. The thing is I don't know how to produce a security proxy which would allow any 'get' access and forbide any 'set' access.
"Security proxies" are a Zope 3 thing. In Zope 2 land, "set" accesses are forbidden by default, "get" accesses follow the standard Zope security pattern. -- Dieter