benrubson commented on a change in pull request #469: GUACAMOLE-890: Security: Allow image to run as non-root user URL: https://github.com/apache/guacamole-client/pull/469#discussion_r397171648
########## File path: guacamole-docker/bin/start.sh ########## @@ -30,7 +30,7 @@ GUACAMOLE_HOME_TEMPLATE="$GUACAMOLE_HOME" -GUACAMOLE_HOME="$HOME/.guacamole" +GUACAMOLE_HOME="/tmp/guacamole" Review comment: So @necouchman ? :) As per my previous answers, do you think we could go like this (or with one of the 2 modifications proposed above, if you prefer) ? Many thanks 👍 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
