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.5.18~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=e319b120acec1962319cca534d4504a8999135db;p=libguestfs.git appliance: Ignore unreadable dbus service file (Fedora 15). --- diff --git a/appliance/make.sh.in b/appliance/make.sh.in index ccaa757..efd1f46 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- \