/*
* security policy used by the test process
*/
};
grant {
// permissions needed to move classes into separate codebase directories
"${test.src}${/}-", "read";
"${test.classes}${/}-", "read,write,delete";
".${/}-", "read,write,delete";
// used by TestLibrary to determine test environment
"java.rmi.server.RMIClassLoaderSpi", "read,write";
};