Update vnc_startup.sh. Added a log message for "DLP_PROCESS_FAIL_SECURE" similar to the other failed kasm processes.

This commit is contained in:
latroy francisco 2024-08-22 15:33:32 +00:00
parent cbf2076f78
commit 7b82aad70f

View File

@ -556,6 +556,7 @@ do
# If DLP Policy is set to fail secure, default is to be resilient
if [[ ${DLP_PROCESS_FAIL_SECURE:-0} == 1 ]]; then
log "DLP Policy violation, exiting container" "ERROR"
exit 1
fi