KASM-5317 remove terminals, KASM-5318 restrict local file urls

This commit is contained in:
Matt McClaskey 2023-12-14 05:56:38 -05:00
parent b589f6d6da
commit 80cd3af358
No known key found for this signature in database
9 changed files with 67 additions and 0 deletions

View file

@ -24,6 +24,11 @@ ENV KASM_RESTRICTED_FILE_CHOOSER=1
COPY ./src/ubuntu/install/gtk/ $INST_SCRIPTS/gtk/
RUN bash $INST_SCRIPTS/gtk/install_restricted_file_chooser.sh
# Security modifications
COPY ./src/ubuntu/install/misc/single_app_security.sh $INST_SCRIPTS/misc/
RUN bash $INST_SCRIPTS/misc/single_app_security.sh -t && rm -rf $INST_SCRIPTS/misc/
COPY ./src/common/chrome-managed-policies/urlblocklist.json /etc/opt/edge/policies/managed/urlblocklist.json
# Setup the custom startup script that will be invoked when the container starts
#ENV LAUNCH_URL http://kasmweb.com