syslog: Listen to network and block access from anywhere but localhost

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-11-07 12:29:19 +00:00
parent 6104f2e816
commit 9f60aa9679
2 changed files with 13 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ case "${1}" in
loadproc klogd -c 1
boot_mesg "Starting system log daemon..."
loadproc syslogd -m 0
loadproc syslogd -m 0 -r
boot_mesg "Saving Bootlog..."
if [ -e /var/log/bootlog ]; then