[jboss-cvs] JBossAS SVN: r76318 - branches/JBPAPP_4_3_0_GA_CC/system/src/bin.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 28 16:08:35 EDT 2008


Author: pskopek at redhat.com
Date: 2008-07-28 16:08:34 -0400 (Mon, 28 Jul 2008)
New Revision: 76318

Modified:
   branches/JBPAPP_4_3_0_GA_CC/system/src/bin/security_cc.policy
Log:
Fixed security policy (without sec. violation exceptions).

Modified: branches/JBPAPP_4_3_0_GA_CC/system/src/bin/security_cc.policy
===================================================================
--- branches/JBPAPP_4_3_0_GA_CC/system/src/bin/security_cc.policy	2008-07-28 17:57:46 UTC (rev 76317)
+++ branches/JBPAPP_4_3_0_GA_CC/system/src/bin/security_cc.policy	2008-07-28 20:08:34 UTC (rev 76318)
@@ -38,6 +38,9 @@
 grant codeBase "file:${jboss.server.home.dir}/work/-" {
    permission java.security.AllPermission;
 };
+grant codeBase "file:${jboss.server.home.dir}/lib/-" {
+   permission java.security.AllPermission;
+};
 
 // Trust all the jars in the server lib that JBoss has shipped
 grant codeBase "file:${jboss.home.dir}/lib/activation.jar" { permission java.security.AllPermission; };
@@ -126,7 +129,7 @@
 //
 //**************************************************************
 // Permissions for the WarPermissionsUnitTestCase
-grant codeBase "file:${jboss.test.deploy.dir}/securitymgr/-" {
+grant codeBase "file:${jboss.test.deploy.dir}/cc/-" {
    permission java.util.PropertyPermission "*", "read";
    permission java.io.FilePermission "<<ALL FILES>>", "read,write,delete";
 };




More information about the jboss-cvs-commits mailing list