Merge branch 'hotfixes-4.1.7.4' into dev

This commit is contained in:
Alexandre Aubin 2021-03-11 03:10:54 +01:00
commit 61feb39c96
2 changed files with 11 additions and 0 deletions

View file

@ -128,6 +128,11 @@ do_post_regen() {
# Enfore permissions #
######################
chmod 750 /home/yunohost.conf
chmod 750 /home/yunohost.backup
chmod 750 /home/yunohost.backup/archives
chown root:root /home/yunohost.conf
chown admin:root /home/yunohost.backup
chown admin:root /home/yunohost.backup/archives
# Certs

6
debian/changelog vendored
View file

@ -4,6 +4,12 @@ yunohost (4.2) unstable; urgency=low
-- Alexandre Aubin <alex.aubin@mailoo.org> Wed, 20 Jan 2021 05:19:58 +0100
yunohost (4.1.7.4) stable; urgency=low
- [fix] sec: Enforce permissions for /home/yunohost.backup and .conf (41b5a123)
-- Alexandre Aubin <alex.aubin@mailoo.org> Thu, 11 Mar 2021 03:08:10 +0100
yunohost (4.1.7.3) stable; urgency=low
- [fix] log: Some secrets were not redacted (0c172cd3)