jdk/test/java/security/KeyRep/Serial.policy
author amurillo
Wed, 15 Aug 2012 16:49:38 -0700
changeset 13465 d3fc5d192448
parent 2 90ce3da70b43
child 25408 27563093d2d2
permissions -rw-r--r--
7191765: make jdk8 the default jprt release for hs24 Reviewed-by: jcoomes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
grant codeBase "file:${java.home}/lib/ext/*" {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
    permission java.security.AllPermission;
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
};
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
grant {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
    // XXX note package access is *not* granted to the 'sun' package
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
};