This project's objectives are to maintain a community fork of OpenJDK that retains Authorization functionality, no attempt will be made to sandbox unt

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-11-20 00:00:05

This project's objectives are to maintain a community fork of OpenJDK that retains Authorization functionality, no attempt will be made to sandbox untrusted code, instead, the goals of the project are:

-Djava.security.manager=au.zeus.jdk.authorization.tool.SecurityPolicyWriter, -DSecurityPolicyWriter.path.properties=${your.path}securitypolicywriterpath.properties,

-Djava.security.manager=au.zeus.jdk.authorization.sm.CombinerSecurityManager, -Dpolicy.provider=au.zeus.jdk.authorization.policy.ConcurrentPolicyFile,

See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.

Leave a Comment