Upgrade from 12.8 SP4 to 12.8 SP7 .
Question
following this document - https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/siteminder/12-8/installing/install-a-policy-server/install-policy-server-on-unix/run-the-installer.html
Under section : “(Optional) Add Exceptions to Security–Enhanced Linux (SELinux)”
chcon -t textrel_shlib_t /JDK_home/lib/amd64/*
chcon -t textrel_shlib_t /JDK_home/lib/amd64/server/*
path not found on the oracle JDK jdk11.0.x . can you please share the locations corresponding to JDK 11
12.8.x
Equivalent for ORACLE JDK
ORACLE Path : ORACLE-11jdk_home/lib/server Replaces OpenJDK Path: AdoptOpenJDK11_home/jre/lib/amd64/server
ORACLE Path : ORACLE-11jdk_home/lib Replaces OpenJDK Path: AdoptOpenJDK11_home/lib/amd64
So the following can be executed
chcon -t textrel_shlib_t ORACLE-11jdk_home/lib/*
chcon -t textrel_shlib_t ORACLE-11jdk_home/lib/server/*