/*
* security policy used by the test process
*/
};
grant {
// specific property access needed by this test
"java.rmi.server.codebase", "read,write";
"java.rmi.server.useCodebaseOnly", "read,write";
// permissions needed to move classes into separate codebase directories
"${test.classes}${/}-", "read,write,delete";
".${/}-", "read,write,delete";
// used by TestLibrary to determine test environment
// allow exporting of remote objects on an arbitrary port
};