Re: [equinox-dev] Enabling security in Equinox

2009-10-30 Thread Marcel Offermans
On Oct 30, 2009, at 1:31 , tom@oracle.com tom@oracle.com wrote: Hi all, I now realized that I need to provide system permissions for the Conditional Permission Admin service in order to secure behaviors of some installed bundles. Please confirm my understanding: 1. The example

Re: [equinox-dev] Enabling security in Equinox

2009-10-30 Thread Marcel Offermans
On Oct 30, 2009, at 8:53 , David Conde wrote: IF you do not want to do it programatically, you should use Local Permission which are defined in permissions.perm file. I think this restriction in Conditional Permission is because of security matters. Local permissions only allow a bundle

[equinox-dev] Support for launching with just (Conditional) Permission Admin?

2008-02-07 Thread Marcel Offermans
The OSGi security model started out with the Permission Admin service. Lateron, the Conditional Permission Admin was added. Frameworks are allowed to publish: - none of these services (the default, no security is active); - just Permission Admin (the older model); - just Conditional

Re: [equinox-dev] Signed bundles

2008-02-07 Thread Marcel Offermans
---02/06/2008 07:47:10 AM---Marcel Offermans wrote: ecblank.gif From: ecblank.gif Jeff McAffer [EMAIL PROTECTED] ecblank.gif To: ecblank.gif Equinox development mailing list equinox-dev@eclipse.org ecblank.gif Date: ecblank.gif 02/06/2008 07:47 AM ecblank.gif Subject:ecblank.gif Re

Re: [equinox-dev] Signed bundles

2008-02-07 Thread Marcel Offermans
Hello Thomas, On Feb 7, 2008, at 15:18 , Thomas Watson wrote: Seem that we keep giving you the wrong options!!! :) Please try this on the latest I-Build of 3.4. The v20071207 version of org.eclipse.osgi was before we released some of the new signed bundle support. Thanks, that works

[equinox-dev] Signed bundles

2008-01-30 Thread Marcel Offermans
After succeeding in getting Equinox to run with security on, I'm now experimenting with signed bundles. First I made a new keystore, using the standard java keytool, like this: keytool -genkey -alias myalias -keystore keystore I created a bundle using Eclipse's PDE, and used the Export

Re: [equinox-dev] Equinox with OSGi security?

2008-01-25 Thread Marcel Offermans
Hello Thomas, Thanks a lot, now it works! Greetings, Marcel On Jan 24, 2008, at 19:09 , Thomas Watson wrote: The eclipse.security is only used by the org.eclipse.equinox.launcher jar. The eclipse.security option is used by the launcher bootstrap code to indicate that it should setup a

[equinox-dev] Equinox with OSGi security?

2008-01-24 Thread Marcel Offermans
I would like to run Equinox with OSGi security (PermissionAdmin, ConditionalPermissionAdmin) enabled. I read the quickstart guide here: http://www.eclipse.org/equinox/documents/quickstart.php I even found some reference to a property to set that should enable security: - Declipse