This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SharedLibLoader loading more then one lib and SecureClassLoader


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:

Michael> URLClassLoader supports loading solib ? Isnt this a security whole ? 
Michael> If I prepare a special .so file on a webserver, can I then import bad 
Michael> code into the JVM ?

You can only load local .so files.  And, once security checks are
added, we'll add a check here to prevent untrusted code from loading
one.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]