Improved compatibility and properly packaged jre

This commit is contained in:
2025-09-15 02:41:55 +01:00
parent ad1dda5100
commit 4b03b490d7
120 changed files with 6716 additions and 43 deletions

View File

@@ -0,0 +1,6 @@
// Default US Export policy file.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};

View File

@@ -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;
};