mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:24 +00:00
KASM-5317 remove terminals, KASM-5318 restrict local file urls
This commit is contained in:
parent
b589f6d6da
commit
80cd3af358
9 changed files with 67 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue