jdk/makefiles/javax/crypto/policy/unlimited/default_US_export.policy
changeset 12317 9670c1610c53
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/makefiles/javax/crypto/policy/unlimited/default_US_export.policy	Tue Apr 10 08:22:03 2012 -0700
@@ -0,0 +1,5 @@
+// Manufacturing policy file.
+grant {
+    // There is no restriction to any algorithms.
+    permission javax.crypto.CryptoAllPermission; 
+};