jdk/test/java/security/KeyRep/Serial.policy
author mullan
Mon, 14 Apr 2008 10:25:05 -0400
changeset 476 b23646c026ed
parent 2 90ce3da70b43
child 25408 27563093d2d2
permissions -rw-r--r--
6631361: Spec of AccessControlContext constructor is not complete Summary: Add NullPointerException to @throws clause and treat empty array and array of nulls as equivalent Reviewed-by: valeriep
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
};