mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge branch 'hotfixes-4.1.7.4' into dev
This commit is contained in:
commit
61feb39c96
2 changed files with 11 additions and 0 deletions
|
@ -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
6
debian/changelog
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue