mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 19:25:49 +00:00
ICU-4259 - make securecheck tests pass - ibm 141 security bug?
X-SVN-Rev: 16888
This commit is contained in:
parent
78aa5539c6
commit
43583200b0
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ grant // codebase "file:${user.dir}/icu4jtests.jar"
|
|||
// temporary for debugging
|
||||
// permission java.lang.RuntimePermission "getProtectionDomain";
|
||||
|
||||
// ibm 141 on ibm xp can't use reflection
|
||||
permission java.lang.RuntimePermission "accessDeclaredMembers";
|
||||
|
||||
// needed for Locale.setDefault, only used in tests and demos
|
||||
permission java.util.PropertyPermission "user.language", "write";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue