Tighten permissions on Etherpad settings file

The file in which our Etherpad settings reside is templated with
sensitive data like an API key and DB password. Remove the world
readable bit from it, and also drop user/group write perms while
we're at it.

Change-Id: I65b70237b4bc8f4e63aa0b717702c124e01ed777
This commit is contained in:
Jeremy Stanley 2024-05-01 16:26:39 +00:00
parent f6a131ebc0
commit 1c790906a4
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@
template:
src: settings.json.j2
dest: /etc/etherpad/settings.json
mode: '0440'
- name: Clean up from old ep_headings hack
file: