jdk/src/java.base/share/conf/security/policy/limited/default_US_export.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/limited/default_US_export.policy	Fri Aug 26 13:44:20 2016 -0700
@@ -0,0 +1,6 @@
+// Default US Export policy file.
+
+grant {
+    // There is no restriction to any algorithms.
+    permission javax.crypto.CryptoAllPermission; 
+};