1 /*
   2  * security policy used by the rmid process exec'ed by a running
   3  * instance of the test.
   4  */
   5 
   6 grant {
   7   permission java.io.FilePermission "..${/}..${/}test.props", "read";
   8 
   9   // test needs to communicate with the activation system
  10   permission java.net.SocketPermission "*:1024-", "connect,accept,listen";
  11 };