1
grant codeBase "file:${java.home}/lib/ext/*" {
2
permission java.security.AllPermission;
3
};
4
5
grant {
6
// XXX note package access is *not* granted to the 'sun' package
7