need to pass Local Security Policy to deploy.
this task must be run from elevated code (admin or system account)
a) put cached LSP file to predefined system-wide location (CSIDL_COMMON_APPDATA\\Oracle\\Java\\LSP\\policy.jar ?)
set the following access attributes for the LSP directory and policy.jar:
- read access for everyone;
- read/write access for admin user/group and system account
b) (to be discussed with deploy team - what do they need: local path, original url, both?)
call deploy register routine (pass LSP option(s) the same way as WEB_JAVA & WEB_JAVA_SECURITY_LEVEL options)
if deploy report error - only log it (don't stop installation process)
this task must be run from elevated code (admin or system account)
a) put cached LSP file to predefined system-wide location (CSIDL_COMMON_APPDATA\\Oracle\\Java\\LSP\\policy.jar ?)
set the following access attributes for the LSP directory and policy.jar:
- read access for everyone;
- read/write access for admin user/group and system account
b) (to be discussed with deploy team - what do they need: local path, original url, both?)
call deploy register routine (pass LSP option(s) the same way as WEB_JAVA & WEB_JAVA_SECURITY_LEVEL options)
if deploy report error - only log it (don't stop installation process)
- relates to
-
JDK-8013596 Local Security Policy (Windows): add new installer switch
-
- Closed
-
-
JDK-8013597 Local Security Policy (Windows): switch deployment registration (jre options) to InstallOption
-
- Closed
-