JAL-1988 JAL-3130 New jlinked JRE in jalview_java2 with modules. Still needs jaxws...
[jalview.git] / j11jre / openj9_macosx / conf / security / policy / unlimited / default_local.policy
1 // Country-specific policy file for countries with no limits on crypto strength.
2
3 grant {
4     // There is no restriction to any algorithms.
5     permission javax.crypto.CryptoAllPermission; 
6 };