mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-21 23:13:08 +01:00
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:
commit
d909e22336
@ -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