mirror of
https://github.com/sstent/Scripts.git
synced 2026-01-26 07:02:20 +00:00
7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
// @(#)javaws.policy 1.7 00/09/18
|
|
|
|
grant codeBase "file:${jnlpx.home}/javaws.jar" {
|
|
permission java.security.AllPermission;
|
|
};
|
|
|