You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Stephen Higgs <sh...@redhat.com> on 2016/05/16 13:42:35 UTC

karaf bundle

Hi all,

If I wanted to implement custom logic to examine bundles that are installed for security purposes, would the following be appropriate?

1) set org.osgi.framework.security=osgi
2) create an implementation of org.apache.felix.framework.ext.SecurityProvider 
3) add the new security provider to startup.properties

Would this achieve the desired ability to checkBundle() for all bundles during startup and thereafter?

Thank you,

Stephen Higgs