mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8191395: policy.allowSystemProperty and policy.expandProperties also apply to JAAS configurations
Reviewed-by: weijun
This commit is contained in:
parent
a239c475cf
commit
2fbbce2b23
2 changed files with 15 additions and 8 deletions
|
@ -276,15 +276,18 @@ policy.provider=sun.security.provider.PolicyFile
|
|||
policy.url.1=file:${java.home}/conf/security/java.policy
|
||||
policy.url.2=file:${user.home}/.java.policy
|
||||
|
||||
# whether or not we expand properties in the policy file
|
||||
# if this is set to false, properties (${...}) will not be expanded in policy
|
||||
# files.
|
||||
# Controls whether or not properties are expanded in policy and login
|
||||
# configuration files. If set to false, properties (${...}) will not
|
||||
# be expanded in policy and login configuration files. If commented out or
|
||||
# set to an empty string, the default value is "false" for policy files and
|
||||
# "true" for login configuration files.
|
||||
#
|
||||
policy.expandProperties=true
|
||||
|
||||
# whether or not we allow an extra policy to be passed on the command line
|
||||
# with -Djava.security.policy=somefile. Comment out this line to disable
|
||||
# this feature.
|
||||
# Controls whether or not an extra policy or login configuration file is
|
||||
# allowed to be passed on the command line with -Djava.security.policy=somefile
|
||||
# or -Djava.security.auth.login.config=somefile. If commented out or set to
|
||||
# an empty string, the default value is "false".
|
||||
#
|
||||
policy.allowSystemProperty=true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue