[jboss-cvs] JBossAS SVN: r92388 - branches/JBPAPP_5_0/testsuite/src/resources/securitymgr.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 14 12:20:59 EDT 2009


Author: anil.saldhana at jboss.com
Date: 2009-08-14 12:20:58 -0400 (Fri, 14 Aug 2009)
New Revision: 92388

Modified:
   branches/JBPAPP_5_0/testsuite/src/resources/securitymgr/server.policy
Log:
JBPAPP-2498: add missing permission due to change in vfs codesource url to use the JBAS tmp folder

Modified: branches/JBPAPP_5_0/testsuite/src/resources/securitymgr/server.policy
===================================================================
--- branches/JBPAPP_5_0/testsuite/src/resources/securitymgr/server.policy	2009-08-14 16:13:15 UTC (rev 92387)
+++ branches/JBPAPP_5_0/testsuite/src/resources/securitymgr/server.policy	2009-08-14 16:20:58 UTC (rev 92388)
@@ -92,6 +92,14 @@
 //*******************************************************
 // Trusted Specific JBoss Code (REAL URL Version)
 //*******************************************************
+grant codeBase "file:${jboss.server.home.dir}/tmp/-" {
+   permission java.security.AllPermission;
+};
+
+grant codeBase "jar:file:${jboss.server.home.dir}/tmp/-" {
+   permission java.security.AllPermission;
+};
+
 grant codeBase "file:${jboss.server.home.dir}/conf/bindingservice.beans/jboss-bindingservice.jar/-"{
    permission java.io.FilePermission "${jboss.home.dir}/deploy/jbossweb.sar/server.xml", "read";
 };




More information about the jboss-cvs-commits mailing list