changeset 2 | 90ce3da70b43 |
child 25408 | 27563093d2d2 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jdk/test/java/security/KeyRep/Serial.policy Sat Dec 01 00:00:00 2007 +0000 @@ -0,0 +1,7 @@ +grant codeBase "file:${java.home}/lib/ext/*" { + permission java.security.AllPermission; +}; + +grant { + // XXX note package access is *not* granted to the 'sun' package +};