DOC: tighten directory permissions in cloud installation

The files in the containers directory may include secrets -- such as
credentials for sending email. Previously, those could be world-
readable depending on umask.
This commit is contained in:
Andrew Schleifer 2022-04-26 08:39:33 +00:00
parent bb019aab5d
commit 14f61c5784

View File

@ -45,6 +45,7 @@ Clone the [Official Discourse Docker Image][dd] into `/var/discourse`.
sudo -s sudo -s
git clone https://github.com/discourse/discourse_docker.git /var/discourse git clone https://github.com/discourse/discourse_docker.git /var/discourse
cd /var/discourse cd /var/discourse
chmod 700 containers
You will need to be root through the rest of the setup and bootstrap process. You will need to be root through the rest of the setup and bootstrap process.