[
https://issues.apache.org/jira/browse/FELIX-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887176#action_12887176
]
Ulf Dittmer commented on FELIX-1908:
------------------------------------
I can no longer reproduce this with the current versions (Felix Main 3.0.1,
Security 1.2.0, Prefs 1.0.4), so I think this has been resolved.
> PreferencesService doesn't work if a PermissionAdmin is present
> ---------------------------------------------------------------
>
> Key: FELIX-1908
> URL: https://issues.apache.org/jira/browse/FELIX-1908
> Project: Felix
> Issue Type: Bug
> Components: Permission Admin, Preferences Service
> Affects Versions: prefs-1.0.4
> Reporter: Ulf Dittmer
>
> If a PermissionAdmin service is present, then a bundle making use of
> PreferencesService currently needs a
> "org.osgi.service.prefs.PreferencesService" "get" ServicePermission (which is
> as it should be), but also a FilePermission for the felix-cache subdirectory
> that contains the data for the PreferencesService bundle. WIthout it, an
> attempt to alter preferences results in a security exception.
> A bundle should not have (or need) file access to another bundle's private
> data.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.