[Zope] Filesystem Files Permissions

2005-08-02 Thread Evrim Ozcelik
Is there a way to set default permissions to files (python scripts, page templates, etc. in the product skins directory) that can be viewed by Filesystem Directory View. Maybe there is a special file like .metadata Thanks,-- Evrim ÖzçelikRakun Core Developer http://www.rakun.org/

Re: [Zope] Filesystem Files Permissions

2005-08-02 Thread Evrim Ozcelik
I mean that I want to set files zope permissions. For example, i have a zope python script which must only be executed by users that have manager role. In order to do this i have 2 alternatives: 1- I can control the permission in the zope python script script user = getAuthenticatedUser()