mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-02-16 09:09:18 +01:00
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:
parent
cbf2076f78
commit
7b82aad70f
@ -556,6 +556,7 @@ do
|
|||||||
|
|
||||||
# If DLP Policy is set to fail secure, default is to be resilient
|
# If DLP Policy is set to fail secure, default is to be resilient
|
||||||
if [[ ${DLP_PROCESS_FAIL_SECURE:-0} == 1 ]]; then
|
if [[ ${DLP_PROCESS_FAIL_SECURE:-0} == 1 ]]; then
|
||||||
|
log "DLP Policy violation, exiting container" "ERROR"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user