diff --git a/dnsmasq/CHANGELOG.md b/dnsmasq/CHANGELOG.md index e62c338..5a68bab 100644 --- a/dnsmasq/CHANGELOG.md +++ b/dnsmasq/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.4.4 + +- Make it align to our base profile + ## 1.4.3 - Fix signal handling diff --git a/dnsmasq/apparmor.txt b/dnsmasq/apparmor.txt index e0107a5..0f4ba48 100644 --- a/dnsmasq/apparmor.txt +++ b/dnsmasq/apparmor.txt @@ -10,17 +10,20 @@ profile dnsmasq flags=(attach_disconnected,mediate_deleted) { /init rix, /bin/** ix, /usr/bin/** ix, - /usr/lib/bashio/** ix, /etc/s6/** rix, /run/s6/** rwix, /etc/services.d/** rwix, /etc/cont-init.d/** rwix, /etc/cont-finish.d/** rwix, - - # Data access - /data/** rw, /run/** rwk, + # Bashio + /usr/lib/bashio/** ix, + /tmp/** rw, + + # Access to Options.json and other files within your addon + /data/** rw, + # Execution program /usr/sbin/dnsmasq cx, diff --git a/dnsmasq/config.json b/dnsmasq/config.json index 98ec335..5f42344 100644 --- a/dnsmasq/config.json +++ b/dnsmasq/config.json @@ -1,6 +1,6 @@ { "name": "Dnsmasq", - "version": "1.4.3", + "version": "1.4.4", "slug": "dnsmasq", "description": "A simple DNS server", "url": "https://github.com/home-assistant/hassio-addons/tree/master/dnsmasq",