[jboss-remoting-commits] JBoss Remoting SVN: r3678 - remoting2/branches/2.x.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 20 12:37:12 EDT 2008


Author: david.lloyd at jboss.com
Date: 2008-03-20 12:37:12 -0400 (Thu, 20 Mar 2008)
New Revision: 3678

Modified:
   remoting2/branches/2.x/test.policy
Log:
JBREM-920 - another MBean property grant

Modified: remoting2/branches/2.x/test.policy
===================================================================
--- remoting2/branches/2.x/test.policy	2008-03-20 16:29:54 UTC (rev 3677)
+++ remoting2/branches/2.x/test.policy	2008-03-20 16:37:12 UTC (rev 3678)
@@ -15,6 +15,7 @@
     // Permission to create an MBean server
     permission javax.management.MBeanServerPermission "createMBeanServer, releaseMBeanServer";
     permission javax.management.MBeanTrustPermission "register";
+    permission javax.management.MBeanPermission "javax.management.MBeanServerDelegate#MBeanServerId[JMImplementation:type=MBeanServerDelegate]", "getAttribute";
 
     // System properties accessed by Remoting
     permission java.util.PropertyPermission "jboss.remoting.pre_2_0_compatible", "read";




More information about the jboss-remoting-commits mailing list