jdk-24/test/jdk/java/io/Serializable/subclass/Allow.policy

10 lines
341 B
Plaintext
Raw Normal View History

2007-12-01 00:00:00 +00:00
grant {
// "standard" properies that can be read by anyone
permission java.io.FilePermission "-","read,write,execute";
permission java.io.SerializablePermission "enableSubstitution";
// Needed to get access to private writeObjectMethod and
// to be able to call it.
permission java.lang.reflect.ReflectPermission "access";
};