When installing RPMs or JAVA binaries, access denied is presented when starting services.
Release : 15.8
Component : Enforce, Detection
The default mask is set to something not 022. If the umask is not set to 022 prior to installing java or the DLP RPMs, you will see access denied when java tries to execute.
to check the current umask
umask by symbolic mode
%umask -S
Umask by octal
To change the umask
run the following commands to output the current umask and to change the value before installing JAVA or DLP RPMs.
%umask
%umask 022
Umask is a C-shell built-in command which allows you to determine or specify the default access (protection) mode for new files you create