Merge branch 'feature/KASM-2249-squid-perms-firefox' into 'develop'

add logic to change ownership of modified firefox cert stores on squid init

See merge request kasm-technologies/internal/workspaces-core-images!50
This commit is contained in:
Justin Travis 2022-04-07 22:56:48 +00:00
commit 5dbde177c0

View File

@ -40,6 +40,7 @@ do
certdir=$(dirname ${certDB});
echo "Updating $certdir"
certutil -A -n "${CERT_NAME}" -t "TCu,," -i ${CERT_FILE} -d sql:${certdir}
chown -R 1000:1000 ${certdir}
done
export MEMCACHE_PASSWORD="$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 13 )"