Closed KostasTsiounis closed 6 months ago
When in FIPS mode, calling Security.setProperty() should not be allowed when the security property that the user is trying to override is set in the active RestrictedSecurity profile. A SecurityException is thrown if such an attempt is made.
FIPS
Security.setProperty()
RestrictedSecurity
SecurityException
Back-ported from: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/773
Signed-off by: Kostas Tsiounis kostas.tsiounis@ibm.com
Jenkins test sanity plinux jdk11
When in
FIPS
mode, callingSecurity.setProperty()
should not be allowed when the security property that the user is trying to override is set in the activeRestrictedSecurity
profile. ASecurityException
is thrown if such an attempt is made.Back-ported from: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/773
Signed-off by: Kostas Tsiounis kostas.tsiounis@ibm.com