blob: 7876a38e1fb5671caf4af18003f552178bcd6a4d [file] [log] [blame]
/*
* security policy used by activation groups.
*/
grant {
permission java.io.FilePermission "..${/}..${/}test.props", "read";
// give the group permission to create a class that the main test process can not create
permission java.lang.RuntimePermission "accessClassInPackage.sun.security.provider";
// test needs to communicate with the activation system
permission java.net.SocketPermission "*:1024-", "connect,accept,listen";
};