jdk/test/java/security/KeyRep/Serial.policy
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 25408 27563093d2d2
permissions -rw-r--r--
Initial load

grant codeBase "file:${java.home}/lib/ext/*" {
    permission java.security.AllPermission;
};

grant {
    // XXX note package access is *not* granted to the 'sun' package
};