mirror of https://github.com/apache/activemq.git
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
|
// grant all users all permissions. This is only for test cases
|
||
|
// and should be modified for deployment
|
||
|
grant {
|
||
|
permission java.security.AllPermission;
|
||
|
};
|