8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
|
grant codeBase "file:${java.home}/lib/ext/*" {
|
||
|
permission java.security.AllPermission;
|
||
|
};
|
||
|
|
||
|
grant {
|
||
|
// XXX note package access is *not* granted to the 'sun' package
|
||
|
};
|