blob: d6aca88985aa14142451742c7038868e14c1d2c3 [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001grant codeBase "file:${java.home}/lib/ext/*" {
2 permission java.security.AllPermission;
3};
4
5grant {
6 // XXX note package access is *not* granted to the 'sun' package
7};