| Summary: | Add an option to configure default security permissions | ||
|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | Borislav Kapukaranov <b.kapukaranov> |
| Component: | Framework | Assignee: | equinox.framework-inbox <equinox.framework-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | cvgaviao, gunnar, pnehrer, simon.goodall, tjwatson |
| Version: | 3.7.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Borislav Kapukaranov
Moving to framework since I think this option should probably be implemented in EclipseStarter. Actually doing it in the launcher will require a fair amount of reflection since the launcher does not actually have the org.osgi classes available on its class path. (In reply to comment #0) > To be more specific this option can accept a policy file that defines the > desired permissions using the appropriate syntax (defined in the OSGi > specification). Specifically you mean to use the format specified by org.osgi.service.condpermadmin.ConditionalPermissionInfo.getEncoded(), correct? > > Do you feel that users can benefit from that? Seems reasonable. (In reply to comment #1) > Moving to framework since I think this option should probably be implemented in > EclipseStarter. Actually doing it in the launcher will require a fair amount > of reflection since the launcher does not actually have the org.osgi classes > available on its class path. Agreed. Looking at code, I realize I was refering to Eclipse Starter too. > Specifically you mean to use the format specified by > org.osgi.service.condpermadmin.ConditionalPermissionInfo.getEncoded(), correct? Yes. I'll try to get something running in a separate branch and bring it up for review. |