Sign in
code
/
edge
/
openjdk
/
21f54a5772d782df428c99dbf0c6516060b51b55
/
.
/
jdk
/
test
/
java
/
security
/
KeyRep
/
Serial.policy
blob: d6aca88985aa14142451742c7038868e14c1d2c3 [
file
] [
log
] [
blame
]
grant codeBase
"file:${java.home}/lib/ext/*"
{
permission java
.
security
.
AllPermission
;
};
grant
{
// XXX note package access is *not* granted to the 'sun' package
};