mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix /etc/yunohost permissions on some setups
This commit is contained in:
parent
04ebf2740d
commit
6488b4f649
1 changed files with 3 additions and 0 deletions
|
@ -179,6 +179,9 @@ do_post_regen() {
|
|||
chown admin:root /home/yunohost.backup
|
||||
chown admin:root /home/yunohost.backup/archives
|
||||
|
||||
# NB: x permission for 'others' is important for ssl-cert (and maybe mdns), otherwise slapd will fail to start because can't access the certs
|
||||
chmod 755 /etc/yunohost
|
||||
|
||||
# Certs
|
||||
# We do this with find because there could be a lot of them...
|
||||
chown -R root:ssl-cert /etc/yunohost/certs
|
||||
|
|
Loading…
Add table
Reference in a new issue