How to avoid <all-Permissions> in jnlp security block
843802Jul 22 2008 — edited Sep 21 2009Hi everybody,
I want to use a (remote & trusted) webstart application.
The corresponding JNLP-deskriptor has the <all-Permissions> entry in the security block.
That means, that the application has unrestricted access (no sandbox), which is normally ok, because it is trusted!
But anyway, is there any possibility, to use my own permissions defined in the grant- block of my own policy file?
(For sure without removing <all-permissions> in the JNLP ;-)
Thanks a lot for every answer and help
Jim