From 15e69ac69d9b3c74ec9664d2bc3d8a8592fd72f95409cc20af7d34c416fd08f9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Apr 2013 09:16:03 +0000 Subject: [PATCH] Accepting request 161721 from home:vitezslav_cizek:branches:Base:System - restore SELinux label when creating xconsole (bnc#812447) OBS-URL: https://build.opensuse.org/request/show/161721 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=130 --- rsyslog-service-prepare.in | 1 + rsyslog.changes | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/rsyslog-service-prepare.in b/rsyslog-service-prepare.in index 4577f9f..9cfc1f3 100644 --- a/rsyslog-service-prepare.in +++ b/rsyslog-service-prepare.in @@ -29,6 +29,7 @@ fi if test ! -e /dev/xconsole ; then /bin/mknod -m 0600 /dev/xconsole p /bin/chown root:tty /dev/xconsole + restorecon /dev/xconsole 2> /dev/null fi exit 0 diff --git a/rsyslog.changes b/rsyslog.changes index 0db0ca8..e4f1cf6 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 29 11:53:49 UTC 2013 - vcizek@suse.com + +- restore SELinux label when creating xconsole (bnc#812447) + ------------------------------------------------------------------- Tue Feb 19 16:25:03 UTC 2013 - mt@suse.de