Accepting request 162085 from Base:System

- restore SELinux label when creating xconsole (bnc#812447) (forwarded request 161721 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/162085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=66
This commit is contained in:
Stephan Kulow 2013-04-02 18:43:04 +00:00 committed by Git OBS Bridge
commit bedfbe3766
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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