diff -Nru bluez-5.53/debian/changelog bluez-5.53/debian/changelog --- bluez-5.53/debian/changelog 2020-03-23 11:50:02.000000000 +0000 +++ bluez-5.53/debian/changelog 2020-04-03 06:46:35.000000000 +0000 @@ -1,3 +1,10 @@ +bluez (5.53-0ubuntu3) focal; urgency=medium + + * debian/patches/ubuntu_error_restart.patch: + - restart the service on errors + + -- Sebastien Bacher Fri, 03 Apr 2020 08:47:01 +0200 + bluez (5.53-0ubuntu2) focal; urgency=medium * SECURITY UPDATE: privilege escalation via improper access control diff -Nru bluez-5.53/debian/patches/series bluez-5.53/debian/patches/series --- bluez-5.53/debian/patches/series 2020-03-23 11:49:57.000000000 +0000 +++ bluez-5.53/debian/patches/series 2020-04-03 06:43:11.000000000 +0000 @@ -15,3 +15,4 @@ CVE-2020-0556-2.patch CVE-2020-0556-3.patch CVE-2020-0556-4.patch +ubuntu_error_restart.patch diff -Nru bluez-5.53/debian/patches/ubuntu_error_restart.patch bluez-5.53/debian/patches/ubuntu_error_restart.patch --- bluez-5.53/debian/patches/ubuntu_error_restart.patch 1970-01-01 00:00:00.000000000 +0000 +++ bluez-5.53/debian/patches/ubuntu_error_restart.patch 2020-04-03 06:45:16.000000000 +0000 @@ -0,0 +1,16 @@ +# Description: restart the service on errors +# Upstream: not-yet +# +Index: bluez-5.53/src/bluetooth.service.in +=================================================================== +--- bluez-5.53.orig/src/bluetooth.service.in ++++ bluez-5.53/src/bluetooth.service.in +@@ -9,7 +9,7 @@ BusName=org.bluez + ExecStart=@pkglibexecdir@/bluetoothd + NotifyAccess=main + #WatchdogSec=10 +-#Restart=on-failure ++Restart=on-failure + CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE + LimitNPROC=1 + ProtectHome=true