jdk/src/java.base/share/conf/security/policy/unlimited/default_local.policy
changeset 40565 3ac0ba151e70
parent 21805 c7d7946239de
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/src/java.base/share/conf/security/policy/unlimited/default_local.policy	Fri Aug 26 13:44:20 2016 -0700
@@ -0,0 +1,6 @@
+// Country-specific policy file for countries with no limits on crypto strength.
+
+grant {
+    // There is no restriction to any algorithms.
+    permission javax.crypto.CryptoAllPermission; 
+};