From 92788a8b93eb9ff2eae46c0a1a99fc2fce83e868 Mon Sep 17 00:00:00 2001 From: William Hirigoyen Date: Thu, 14 Sep 2023 17:11:46 +0200 Subject: [PATCH] lxc-php: Fix /etc/profile.d/evolinux.sh mode in containers (defauft umask -> 644) --- CHANGELOG.md | 1 + lxc-php/tasks/umask.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfdceb4a..d51a433a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -78,6 +78,7 @@ 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 254fd75e..66f9f816 100644 --- a/lxc-php/tasks/umask.yml +++ b/lxc-php/tasks/umask.yml @@ -13,6 +13,7 @@ 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."