Re: Permission assignment with ConditionalPermssionAdmin

2009-03-24 Thread Karl Pauls
Well, I don't think there is an easy answer to your question. You could require that all your admin bundles are signed by a known certificate and then give permissions to that one. Or do the same based on location. If that is not an option then you probably will have to create an admin command tha

Permission assignment with ConditionalPermssionAdmin

2009-03-23 Thread Reto Bachmann-Gmür
Hello In our applications (some) users can install their own bundles through a service (UserBundleInstaller) that takes care of assigning limited permissions to these bundles (i.e. the permissions of the installing user), the user themselves can not directly install bundles but only through tis ap