commit ee429a41800d7135b45c3c3cb70e11575838fbc1 from: Stuart Henderson via: GitHub date: Fri Sep 29 11:56:30 2023 UTC /etc/motd should be world-readable commit - ef69a664bb80304df0240444ce196a0e858a2f53 commit + ee429a41800d7135b45c3c3cb70e11575838fbc1 blob - 2c7e3ffff6026e8a0cb93a4c38262738babcd5bb blob + 566c8e3a136f6fc0b68cbbc66f5454c8452f4c4c --- scripts/shell/rc.local-nsh-openbsd-integration.sh +++ scripts/shell/rc.local-nsh-openbsd-integration.sh @@ -217,7 +217,7 @@ else ln -s /var/run/motd.0 /etc/motd chown root /var/run/motd.0 chgrp wheel /var/run/motd.0 - chmod 660 /var/run/motd.0 + chmod 664 /var/run/motd.0 else echo etc-motd does not exist, not importing! fi