[Zope-dev] Removing the acquisition wrapper from an object (Python
script)
Chris Withers
chrisw@nipltd.com
Thu, 01 Aug 2002 17:18:22 +0100
Gilles Lenfant wrote:
> manage_permission(self, permission_to_manage, roles=[], acquire=0, REQUEST=None)
>
> Just use this method in an "untrusted" python script on any Zope object, add to it Manager proxy, and you're done.
That method just tweaks the permissions settings. It certainly doesn't let you
strip off the acquisition wrappers (and hence security settings).
Please give examples :-)
cheers,
Chris