From dc2ae4d4b338386bf21a4093de62ad64793099ac Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 16 Feb 2021 14:39:44 +0000 Subject: [PATCH] Fix signal handling --- dnsmasq/CHANGELOG.md | 4 ++++ dnsmasq/apparmor.txt | 3 +++ dnsmasq/config.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/dnsmasq/CHANGELOG.md b/dnsmasq/CHANGELOG.md index edfb90e..e62c338 100644 --- a/dnsmasq/CHANGELOG.md +++ b/dnsmasq/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.4.3 + +- Fix signal handling + ## 1.4.2 - Second run for AppArmor profile diff --git a/dnsmasq/apparmor.txt b/dnsmasq/apparmor.txt index ef1cfee..e0107a5 100644 --- a/dnsmasq/apparmor.txt +++ b/dnsmasq/apparmor.txt @@ -4,6 +4,7 @@ profile dnsmasq flags=(attach_disconnected,mediate_deleted) { #include file, + signal, # S6-Overlay & Bashio /init rix, @@ -27,6 +28,8 @@ profile dnsmasq flags=(attach_disconnected,mediate_deleted) { #include #include + signal receive, + capability net_bind_service, capability setgid, capability setuid, diff --git a/dnsmasq/config.json b/dnsmasq/config.json index 7482f00..98ec335 100644 --- a/dnsmasq/config.json +++ b/dnsmasq/config.json @@ -1,6 +1,6 @@ { "name": "Dnsmasq", - "version": "1.4.2", + "version": "1.4.3", "slug": "dnsmasq", "description": "A simple DNS server", "url": "https://github.com/home-assistant/hassio-addons/tree/master/dnsmasq",