From 54f9f66318ef7f2efdc2d55edd88778e32a3feb0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 16 Feb 2021 13:44:26 +0000 Subject: [PATCH] Fix Apparmor Profile dnsmasq --- dnsmasq/CHANGELOG.md | 12 ++++++++---- dnsmasq/apparmor.txt | 1 + dnsmasq/config.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/dnsmasq/CHANGELOG.md b/dnsmasq/CHANGELOG.md index 8334af4..4655114 100644 --- a/dnsmasq/CHANGELOG.md +++ b/dnsmasq/CHANGELOG.md @@ -1,19 +1,23 @@ # Changelog -## 1.4 +## 1.4.1 + +- Fix AppArmor profile + +## 1.4.0 - Adds support for srv-host records -## 1.3 +## 1.3.0 - Rewrites add-on onto Bashio - Adds README to add-on repository - Some small code formatting -## 1.2 +## 1.2.0 - Update DNSmasq 2.80 -## 1.1 +## 1.1.0 - Add AppArmor profile diff --git a/dnsmasq/apparmor.txt b/dnsmasq/apparmor.txt index 0bc21c4..236fda0 100644 --- a/dnsmasq/apparmor.txt +++ b/dnsmasq/apparmor.txt @@ -4,6 +4,7 @@ profile dnsmasq flags=(attach_disconnected,mediate_deleted) { #include # S6-Overlay & Bashio + /init ix, /bin/** ix, /usr/bin/** ix, /usr/lib/bashio/** ix, diff --git a/dnsmasq/config.json b/dnsmasq/config.json index 62b176a..17b8cbc 100644 --- a/dnsmasq/config.json +++ b/dnsmasq/config.json @@ -1,6 +1,6 @@ { "name": "Dnsmasq", - "version": "1.4", + "version": "1.4.1", "slug": "dnsmasq", "description": "A simple DNS server", "url": "https://github.com/home-assistant/hassio-addons/tree/master/dnsmasq",