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
This commit is contained in:
Dirk Mueller 2013-04-02 09:16:03 +00:00 committed by Git OBS Bridge
parent b936d506bf
commit 15e69ac69d
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