Core Update 168: Fix permissions of /etc/sudoers.d/

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2022-05-02 05:38:27 +00:00
parent a260900c8d
commit 2784c87b0e

View File

@@ -89,6 +89,10 @@ ldconfig
# Apply sysctl changes
/etc/init.d/sysctl start
# Fix permissions of /etc/sudoers.d/
chmod -v 750 /etc/sudoers.d
chmod -v 640 /etc/sudoers.d/*
# Start services
/etc/init.d/sshd restart
/etc/init.d/vnstatd restart