From deca451e6544ed4c735464b8846e6e70c0847c29 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 16 Aug 2019 16:03:54 +0200 Subject: dbus-cynara: Fix SIGSEGV on disconnections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sometime, at start of the system, dbus-daemon was crashing because a pending authorisation were reactivating a closed connection. Also, clean unused function and improve compatibilty to newer gcc. Bug-AGL: SPEC-2752 Change-Id: I0ad32e93bd0de099a304e37d0c91c56915fb731c Signed-off-by: José Bollo --- meta-security/recipes-core/dbus-cynara/dbus_1.12.10.bbappend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-security/recipes-core/dbus-cynara/dbus_1.12.10.bbappend') diff --git a/meta-security/recipes-core/dbus-cynara/dbus_1.12.10.bbappend b/meta-security/recipes-core/dbus-cynara/dbus_1.12.10.bbappend index c8f7b5d53..5cbf65ef6 100644 --- a/meta-security/recipes-core/dbus-cynara/dbus_1.12.10.bbappend +++ b/meta-security/recipes-core/dbus-cynara/dbus_1.12.10.bbappend @@ -6,6 +6,8 @@ SRC_URI_append_class-target = "\ file://0003-Handle-unavailability-of-policy-results-for-broadcas.patch \ file://0004-Add-own-rule-result-unavailability-handling.patch \ file://0005-Perform-Cynara-runtime-policy-checks-by-default.patch \ + file://0006-Fix-gcc-8-warnings.patch \ + file://0007-Fix-SIGSEGV-on-disconnections.patch \ " DEPENDS_append_class-target = " cynara smack" -- cgit 1.2.3-korg