mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 19:45:55 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356304 13f79535-47bb-0310-9956-ffa450edef68
6 lines
157 B
Plaintext
Executable File
6 lines
157 B
Plaintext
Executable File
// grant all users all permissions. This is only for test cases
|
|
// and should be modified for deployment
|
|
grant {
|
|
permission java.security.AllPermission;
|
|
};
|