Fix Apparmor Profile dnsmasq

This commit is contained in:
Pascal Vizeli
2021-02-16 13:44:26 +00:00
parent a1911ba819
commit 54f9f66318
3 changed files with 10 additions and 5 deletions

View File

@@ -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

View File

@@ -4,6 +4,7 @@ profile dnsmasq flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>
# S6-Overlay & Bashio
/init ix,
/bin/** ix,
/usr/bin/** ix,
/usr/lib/bashio/** ix,

View File

@@ -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",