mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8285497: Add system property for Java SE specification maintenance version
Reviewed-by: mullan, jpai, iris
This commit is contained in:
parent
6d7e446162
commit
59ef76a365
4 changed files with 23 additions and 1 deletions
|
@ -614,6 +614,9 @@ public class PolicyFile extends java.security.Policy {
|
|||
pe.add(new PropertyPermission
|
||||
("java.specification.version",
|
||||
SecurityConstants.PROPERTY_READ_ACTION));
|
||||
pe.add(new PropertyPermission
|
||||
("java.specification.maintenance.version",
|
||||
SecurityConstants.PROPERTY_READ_ACTION));
|
||||
pe.add(new PropertyPermission
|
||||
("java.specification.vendor",
|
||||
SecurityConstants.PROPERTY_READ_ACTION));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue