[rfc][icedtea-web][policyeditor] Reflection and Exec permissions

Jiri Vanek jvanek at redhat.com
Tue Mar 25 09:30:46 UTC 2014


On 03/24/2014 09:05 PM, Andrew Azores wrote:
> Hi,
>
> This patch just adds Reflection and Exec permission options to PolicyEditor.
>
> Thanks,
>

Looks good. Just not sure if it is enough:

eg:
java.lang.NullPointerException
	at geogebra.i.x.a(Unknown Source)
	at geogebra.gui.a.a.a(Unknown Source)
	at geogebra.gui.a.a.a(Unknown Source)
	at geogebra.GeoGebra.a(Unknown Source)
	at geogebra.GeoGebra.a(Unknown Source)
	at geogebra.GeoGebra.main(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:571)
	at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:911)

I think he class for name is not allowed by your permission.
For exec - are supported both runtimelexec and process builder?

J.


More information about the distro-pkg-dev mailing list