[Zope] safe read-only access to acquisition parent objects
Dieter Maurer
dieter at handshake.de
Wed Mar 7 14:32:08 EST 2007
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
More information about the Zope
mailing list