plugin-security.policy 365 B

123456789
  1. grant {
  2. // Needed to read the audit log file
  3. permission java.io.FilePermission "${tests.audit.logfile}", "read";
  4. permission java.io.FilePermission "${tests.audit.yesterday.logfile}", "read";
  5. //// Required by ssl subproject:
  6. // Required for the net client to setup ssl rather than use global ssl.
  7. permission java.lang.RuntimePermission "setFactory";
  8. };