jdk-24/test/jdk/java/security/KeyRep/Serial.policy
2024-10-30 18:51:02 +00:00

5 lines
154 B
Plaintext

grant {
permission java.util.PropertyPermission "test.provider.name", "read";
// XXX note package access is *not* granted to the 'sun' package
};