1 // Manufacturing policy file.
   2 grant {
   3     // There is no restriction to any algorithms.
   4     permission javax.crypto.CryptoAllPermission; 
   5 };