jdk/test/java/security/KeyRep/Serial.policy
author alanb
Mon, 11 Apr 2011 12:52:39 +0100
changeset 9252 9484925c9c2b
parent 2 90ce3da70b43
child 25408 27563093d2d2
permissions -rw-r--r--
Merge

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

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