commit 21fe5c7040626154161b8f9f8e0b51bd979a5824 from: Stuart Henderson via: GitHub date: Fri Sep 29 11:53:06 2023 UTC /etc/motd should be world-readable commit - 2a9ef7a8eea4f63963d8d59b87d07a150d7fd0e2 commit + 21fe5c7040626154161b8f9f8e0b51bd979a5824 blob - b8c6501e3a90bdfa62bd681909d7c86c74c88434 blob + eff031249a79d6dd0d5c46c9d7b60dc5a7386f9f --- scripts/shell/extensive-nsh-openbsd-integration.sh +++ scripts/shell/extensive-nsh-openbsd-integration.sh @@ -226,7 +226,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