5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
grant {
|
|
// Allow everything for now
|
|
permission java.security.AllPermission;
|
|
};
|