jdk/test/java/rmi/dgc/VMID/security.policy
author sgehwolf
Fri, 22 Jan 2016 17:43:21 +0000
changeset 35310 24e6bd6c0b75
parent 25408 27563093d2d2
permissions -rw-r--r--
8147857: RMIConnector logs attribute names incorrectly Summary: Fix order of arguments to Collectors.joining Reviewed-by: andrew, dfuchs, jbachorik
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
 * security policy used by MarshalForeignStub test
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
grant {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
    // used by TestLibrary to determine test environment
23064
e16d4c844e76 8036095: RMI tests using testlibrary.RMID and testlibrary.JavaVM do not pass through vmoptions
smarks
parents: 2
diff changeset
     7
    permission java.util.PropertyPermission "test.*", "read";
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
    permission java.util.PropertyPermission "user.dir", "read";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
    permission java.util.PropertyPermission "java.home", "read";
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
};