Index: j11jre/openjdk11_linux/conf/security/policy/limited/exempt_local.policy =================================================================== diff -u -N --- j11jre/openjdk11_linux/conf/security/policy/limited/exempt_local.policy (revision 0e7a8e7e18a74f8783ccc12a7d9ffcb0870fe76e) +++ j11jre/openjdk11_linux/conf/security/policy/limited/exempt_local.policy (revision 0) @@ -1,13 +0,0 @@ -// Some countries have import limits on crypto strength, but may allow for -// these exemptions if the exemption mechanism is used. - -grant { - // There is no restriction to any algorithms if KeyRecovery is enforced. - permission javax.crypto.CryptoPermission *, "KeyRecovery"; - - // There is no restriction to any algorithms if KeyEscrow is enforced. - permission javax.crypto.CryptoPermission *, "KeyEscrow"; - - // There is no restriction to any algorithms if KeyWeakening is enforced. - permission javax.crypto.CryptoPermission *, "KeyWeakening"; -};