changeset 25408 | 27563093d2d2 |
parent 4817 | 67f425ac409b |
child 37797 | b84e375f071d |
25407:63b91a5b8d1f | 25408:27563093d2d2 |
---|---|
1 |
|
2 // Standard extensions get all permissions by default |
|
3 |
|
4 grant codeBase "file:${java.home}/lib/ext/*" { |
|
5 permission java.security.AllPermission; |
|
6 }; |
|
7 |
1 |
8 // default permissions granted to all domains |
2 // default permissions granted to all domains |
9 |
3 |
10 grant { |
4 grant { |
11 // Allows any thread to stop itself using the java.lang.Thread.stop() |
5 // Allows any thread to stop itself using the java.lang.Thread.stop() |