author | sgehwolf |
Fri, 22 Jan 2016 17:43:21 +0000 | |
changeset 35310 | 24e6bd6c0b75 |
parent 25408 | 27563093d2d2 |
permissions | -rw-r--r-- |
2 | 1 |
/* |
2 |
* security policy used by MarshalForeignStub test |
|
3 |
*/ |
|
4 |
grant { |
|
5 |
||
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 | 8 |
permission java.util.PropertyPermission "user.dir", "read"; |
9 |
permission java.util.PropertyPermission "java.home", "read"; |
|
10 |
}; |