jdk/test/java/security/KeyRep/Serial.policy
author jjg
Mon, 25 Nov 2013 17:42:28 -0800
changeset 21894 3535c1819067
parent 2 90ce3da70b43
child 25408 27563093d2d2
permissions -rw-r--r--
8028318: [doclint] doclint will reject existing user-written doc comments using custom tags that follow the recommended rules Reviewed-by: darcy

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

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