[jboss-cvs] JBossAS SVN: r102917 - trunk/testsuite/src/resources/securitymgr.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 24 14:25:51 EDT 2010


Author: anil.saldhana at jboss.com
Date: 2010-03-24 14:25:51 -0400 (Wed, 24 Mar 2010)
New Revision: 102917

Modified:
   trunk/testsuite/src/resources/securitymgr/server.policy
Log:
add in the missing perm

Modified: trunk/testsuite/src/resources/securitymgr/server.policy
===================================================================
--- trunk/testsuite/src/resources/securitymgr/server.policy	2010-03-24 18:13:38 UTC (rev 102916)
+++ trunk/testsuite/src/resources/securitymgr/server.policy	2010-03-24 18:25:51 UTC (rev 102917)
@@ -310,6 +310,7 @@
 
 grant codeBase "file:${jboss.test.deploy.dir}/cts.jar" {
    permission org.jboss.naming.JndiPermission "testBadUserTx","bind";
+   permission java.util.logging.LoggingPermission "control";
 };
 
 grant codeBase "file:${jboss.test.deploy.dir}/-" {




More information about the jboss-cvs-commits mailing list