Merge branch 'bugfix/KASM-6371-log-dlp-policy-fail-secure' into 'develop'

Update vnc_startup.sh. Added a log message for "DLP_PROCESS_FAIL_SECURE"...

Closes KASM-6371

See merge request kasm-technologies/internal/workspaces-core-images!218
This commit is contained in:
Justin Travis 2024-09-03 15:48:00 +00:00
commit d909e22336

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