bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22853] Default security policy is too lenient


From: gnu_andrew at member dot fsf dot org
Subject: [Bug classpath/22853] Default security policy is too lenient
Date: 17 Feb 2008 23:27:42 -0000


------- Comment #4 from gnu_andrew at member dot fsf dot org  2008-02-17 23:27 
-------
This issue is still present.  With OpenJDK:

ProtectionDomain  (file:/home/andrew/projects/java/classpath/tests/bugs/ <no
signer certificates>)
 address@hidden
 <no principals>
 address@hidden (
 (java.lang.RuntimePermission exitVM)
 (java.io.FilePermission /home/andrew/projects/java/classpath/tests/bugs/-
read)
)

cacao:

ProtectionDomain (
(file:/home/andrew/projects/java/classpath/tests/bugs/ <no certificates>)
java.lang.ClassLoader$1{urls=[file:/home/andrew/projects/java/classpath/tests/bugs/./],
parent=java.net.URLClassLoader{urls=[file:/home/andrew/build/cacao/jre/lib/ext/sunjce_provider.jar],
parent=null}}
Principals:none
address@hidden (
 (java.security.AllPermission *)
 (java.io.FilePermission /home/andrew/projects/java/classpath/tests/bugs/-
read)
)

)

gij:

ProtectionDomain (
(file:/home/andrew/projects/java/classpath/tests/bugs/ <no certificates>)
gnu.gcj.runtime.SystemClassLoader{urls=[file:./],
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
Principals:none
address@hidden (
 (java.security.AllPermission *)
 (java.io.FilePermission /home/andrew/projects/java/classpath/tests/bugs/-
read)
)

)

jamvm:

ProtectionDomain (
(file:/home/andrew/projects/java/classpath/tests/bugs/ <no certificates>)
java.lang.ClassLoader$1{urls=[file:/home/andrew/projects/java/classpath/tests/bugs/./],
parent=null}
Principals:none
address@hidden (
 (java.io.FilePermission /home/andrew/projects/java/classpath/tests/bugs/-
read)
 (java.security.AllPermission *)
)

)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22853





reply via email to

[Prev in Thread] Current Thread [Next in Thread]