Author: ron.sigal(a)jboss.com
Date: 2012-07-24 23:08:03 -0400 (Tue, 24 Jul 2012)
New Revision: 6462
Modified:
remoting2/branches/2.x/src/etc/remoting.security.policy.core
Log:
JBREM-1306: Added commented FilePermission for CoyoteInvoker.
Modified: remoting2/branches/2.x/src/etc/remoting.security.policy.core
===================================================================
--- remoting2/branches/2.x/src/etc/remoting.security.policy.core 2012-07-21 18:12:21 UTC
(rev 6461)
+++ remoting2/branches/2.x/src/etc/remoting.security.policy.core 2012-07-25 03:08:03 UTC
(rev 6462)
@@ -83,6 +83,10 @@
// Used by org.jboss.remoting.loading.ClassByteClassLoader.
permission java.io.FilePermission "${java.io.tmpdir}${/}*", "read,
write, delete";
+// Some variation of this needed by org.jboss.remoting.transport.coyote.CoyoteInvoker
+// to look for java native library."
+// permission java.io.FilePermission
".../jdk1.6.0_30/jre/lib/amd64/server/libtcnative-1.so", "read";
+
// // Some variation of the following would be needed for SSL transports:
// permission java.io.FilePermission "${keystore}", "read";
// permission java.io.FilePermission "${truststore}", "read";
Show replies by date