mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-26 15:01:28 +02:00
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:
commit
5dbde177c0
@ -40,6 +40,7 @@ do
|
|||||||
certdir=$(dirname ${certDB});
|
certdir=$(dirname ${certDB});
|
||||||
echo "Updating $certdir"
|
echo "Updating $certdir"
|
||||||
certutil -A -n "${CERT_NAME}" -t "TCu,," -i ${CERT_FILE} -d sql:${certdir}
|
certutil -A -n "${CERT_NAME}" -t "TCu,," -i ${CERT_FILE} -d sql:${certdir}
|
||||||
|
chown -R 1000:1000 ${certdir}
|
||||||
done
|
done
|
||||||
|
|
||||||
export MEMCACHE_PASSWORD="$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 13 )"
|
export MEMCACHE_PASSWORD="$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 13 )"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user