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 application (which does the privileged operations).
The default bundles of the application run with all permissions. The problem is that newly installed bundles installed by an admin on the felix console (manually or using obr) do not have any permssion assigned. Is there a way to grant those bundles permissions on installation while ensuring that bundles installed via UserBundleInstaller have limited permissions? Cheers, Reto --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

