From 612b1504af701ef24010c9eef99577a8035c5947 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Mon, 12 May 2014 16:43:55 +0200 Subject: [PATCH] The syslog-ng script should restore /dev/xconsole permissions because that's what the official init script does --- image/runit/syslog-ng | 2 ++ 1 file changed, 2 insertions(+) diff --git a/image/runit/syslog-ng b/image/runit/syslog-ng index 0b5058a..000453f 100755 --- a/image/runit/syslog-ng +++ b/image/runit/syslog-ng @@ -24,6 +24,8 @@ esac if [ ! -e /dev/xconsole ] then mknod -m 640 /dev/xconsole p + chown root:adm + [ -x /sbin/restorecon ] && /sbin/restorecon $XCONSOLE fi exec syslog-ng -F -p /var/run/syslog-ng.pid $SYSLOGNG_OPTS