mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +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_PROCESS_FAIL_SECURE:-0} == 1 ]]; then
|
||||
log "DLP Policy violation, exiting container" "ERROR"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user