From: Peter Müller Date: Tue, 16 Jan 2024 12:36:50 +0000 (+0000) Subject: Core Update 183: Fix permissions of /etc/sudoers.d/, again X-Git-Tag: v2.29-core183~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=254dcbaac88865c7f5fbaaa4cf5a846545cf8a0b;p=ipfire-2.x.git Core Update 183: Fix permissions of /etc/sudoers.d/, again Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/183/update.sh b/config/rootfiles/core/183/update.sh index e16d2bab84..3312608bc2 100644 --- a/config/rootfiles/core/183/update.sh +++ b/config/rootfiles/core/183/update.sh @@ -115,6 +115,10 @@ ldconfig # Apply local configuration to sshd_config /usr/local/bin/sshctrl +# Fix permissions of /etc/sudoers.d/ +chmod -v 750 /etc/sudoers.d +chmod -v 640 /etc/sudoers.d/* + # Start services /etc/rc.d/init.d/apache start if grep -q "ENABLE_SSH=on" /var/ipfire/remote/settings; then