[Rspamd] Set correct parent permission

master
andryyy 2019-10-30 14:40:00 +01:00
parent bf5b9eddd2
commit a1971f7af8
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ touch /etc/rspamd/custom/global_mime_from_blacklist.map \
/etc/rspamd/custom/bad_words_de.map
# www-data (82) group needs to write to these files
chown root:root /etc/rspamd/custom/
chown _rspamd:_rspamd /etc/rspamd/custom/
chmod 0755 /etc/rspamd/custom/
chown -R _rspamd:www-access /etc/rspamd/custom/*
chmod -R 664 /etc/rspamd/custom/*