After the Upgrade to Gateway Release 11.1.1 we get a error when we logon to the appliance gateway with a custom created user .
the following error-output is on the screen:
Last login: <date> from xxx.xxx.xxx.xxx
grep: /opt/SecureSpan/Gateway/node/default/etc/conf/system.properties: Permission denied
We removed the specific part from the ssgruntimedefs.sh script for future releases as after a code review it was found it is not needed and not used .
If you need a solution now you can update the ssgruntimedefs.sh script file and remove the section
if grep -qi "^\s*com.l7tech.security.fips.enabled\s*=\s*true\s*$" $SYSTEM_PROPERTIES_FILE; then
fips_enabled=true
fi