From: Richard Jones Date: Wed, 22 Sep 2010 13:10:13 +0000 (+0100) Subject: appliance: Ignore unreadable dbus service file (Fedora 15). X-Git-Tag: 1.4.6~9 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=b9e4cce49c162b5c01083680dcfa21031c1634db;p=libguestfs.git appliance: Ignore unreadable dbus service file (Fedora 15). (cherry picked from commit e319b120acec1962319cca534d4504a8999135db) --- diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 9150f55..eb4d6fb 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -105,6 +105,7 @@ if [ "@DIST@" = "REDHAT" ]; then /usr/sbin/groupmems \ /sbin/unix_update \ /usr/sbin/tcpd \ + /usr/share/dbus-1/services/org.selinux.Restorecond.service \ /lib/dbus-1/dbus-daemon-launch-helper \ /lib64/dbus-1/dbus-daemon-launch-helper \ /etc/passwd- \