diff --git a/CHANGELOG.md b/CHANGELOG.md index d51a433a..cfdceb4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,7 +78,6 @@ The **patch** part changes is incremented if multiple releases happen the same m * evolinux-base, evolinux-users: Fix files mode under /etc/ssh/sshd_config.d * evolinux-base: Fix file extension * evocheck: Fix IS_SSHALLOWUSERS condition -* lxc-php: Fix /etc/profile.d/evolinux.sh mode in containers (defauft umask -> 644) ### Removed diff --git a/lxc-php/tasks/umask.yml b/lxc-php/tasks/umask.yml index 66f9f816..254fd75e 100644 --- a/lxc-php/tasks/umask.yml +++ b/lxc-php/tasks/umask.yml @@ -13,7 +13,6 @@ path: "{{ systemd_path.path }}/evolinux.conf" regex: "\\[Service\\]" line: "[Service]" - mode: '0644' create: yes - name: "UMask=0007 est présent dans la surchage des services PHP-FPM des conteneurs LXC."