diff --git a/dnsmasq/CHANGELOG.md b/dnsmasq/CHANGELOG.md index e62c33889c3..5a68babd41d 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 e0107a5b513..0f4ba4810ca 100644 --- a/dnsmasq/apparmor.txt +++ b/dnsmasq/apparmor.txt @@ -10,16 +10,19 @@ 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, + /run/** rwk, - # Data access + # Bashio + /usr/lib/bashio/** ix, + /tmp/** rw, + + # Access to Options.json and other files within your addon /data/** rw, - /run/** rwk, # Execution program /usr/sbin/dnsmasq cx, diff --git a/dnsmasq/config.json b/dnsmasq/config.json index 98ec33567fa..5f42344b9ba 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",