JAL-3130 Removing accidentally committed tmp dir
[jalview.git] / j11jre / openjdk11_windows / 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 };