4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
|
grant {
|
||
|
xyz;
|
||
|
permission java.util.PropertyPermission "test.src", "read";
|
||
|
}
|