From 9cb90dab567dc079f3a9702abbfd184d83163381 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 22 Sep 2010 14:10:13 +0100 Subject: [PATCH] appliance: Ignore unreadable dbus service file (Fedora 15). (cherry picked from commit e319b120acec1962319cca534d4504a8999135db) --- appliance/make.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/appliance/make.sh.in b/appliance/make.sh.in index df6844b..5b31f29 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- \ -- 1.8.3.1