This is a new jlink plugin which allows the user to specify values of security 
properties it wants to override in the `java.security` configuration file in a 
custom runtime image. This enhancement, along with t[he `cacerts` jlink 
plugin](https://github.com/openjdk/jdk/pull/29700) allow users to more easily 
create runtimes that address the specific security requirements of their 
applications.

The command-line syntax takes a file containing properties that the user wants 
to override.

For example:


jlink --security-properties props.security


where `props.security` is a file containing one more more properties in the 
`java.security` file syntax.

-------------

Commit messages:
 - Remove trailing whitespace.
 - Merge branch 'master' into open5
 - man page
 - Remove duplicate word.
 - Test.
 - changes
 - changes
 - changes

Changes: https://git.openjdk.org/jdk/pull/30635/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30635&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8377819
  Stats: 300 lines in 5 files changed: 297 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/30635.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/30635/head:pull/30635

PR: https://git.openjdk.org/jdk/pull/30635

Reply via email to