> This is a new jlink plugin which allows the user to specify values of 
> security properties it wants to override in the `conf/security/java.security` 
> configuration file in a custom runtime image. This enhancement, along with 
> [the `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.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Sean Mullan has updated the pull request incrementally with three additional 
commits since the last revision:

 - Add tests for include option. Add more tests for invalid option syntax.
 - Add support for include option. Add props option for specifying properties 
file.
 - Update docs to include new props and include options.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/30635/files
  - new: https://git.openjdk.org/jdk/pull/30635/files/8e6219ff..86785b47

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=30635&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30635&range=03-04

  Stats: 192 lines in 4 files changed: 146 ins; 11 del; 35 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