diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-08-06 00:29:37 -0500 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-08-06 00:29:37 -0500 |
commit | f92114c9cce5e892765549cdb0df640dc3ab52a5 (patch) | |
tree | c21a68684e3c2a5ea98652a3132b393e5f8aa165 /config/jmx.policy | |
parent | 2d0079c159a37740173bbe289daca41e48723bfd (diff) |
clojure.contrib.jmx
Diffstat (limited to 'config/jmx.policy')
-rw-r--r-- | config/jmx.policy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/jmx.policy b/config/jmx.policy new file mode 100644 index 00000000..a8c7b106 --- /dev/null +++ b/config/jmx.policy @@ -0,0 +1,3 @@ +grant codebase "file:classes"{ + permission javax.management.MBeanTrustPermission "register"; +};
\ No newline at end of file |