/*
* security policy used by the test process
*/
};
grant {
// need to move some classes out of the tests classpath; specific to this test
// need to load custom security manager and activation group from a new codebase
// impl class needs to compare context class loader to its own class loader
// standard test activation permissions
// test needs to cleanup rmid's log.
// test needs to use java to exec an rmid
// test uses these permissions to propagate security values to rmid
// used by TestLibrary to determine test environment
// required for test to create an ActivationGroup
// test needs to export rmid and communicate with objects on arbitrary ports
};