[Zope] Acquisition of the View permission

Dylan Reinhardt zope@dylanreinhardt.com
Tue, 04 Mar 2003 15:03:59 -0800


At 02:39 PM 3/4/2003, Caleb Land wrote:
>If that's the case, then what would be a good way to achieve my original goal?
>(restricting access to an acquired source based on context (in this case
>index_html))

If you want objects to acquire security settings from their container, use 
the Acquire Permission Settings option in the object's Security tab.  More 
often than not, this is a good default practice, as it means any changes to 
container settings propagate to their member objects.

HTH,

Dylan