mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
Fix Apparmor Profile dnsmasq
This commit is contained in:
@@ -1,19 +1,23 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.4
|
## 1.4.1
|
||||||
|
|
||||||
|
- Fix AppArmor profile
|
||||||
|
|
||||||
|
## 1.4.0
|
||||||
|
|
||||||
- Adds support for srv-host records
|
- Adds support for srv-host records
|
||||||
|
|
||||||
## 1.3
|
## 1.3.0
|
||||||
|
|
||||||
- Rewrites add-on onto Bashio
|
- Rewrites add-on onto Bashio
|
||||||
- Adds README to add-on repository
|
- Adds README to add-on repository
|
||||||
- Some small code formatting
|
- Some small code formatting
|
||||||
|
|
||||||
## 1.2
|
## 1.2.0
|
||||||
|
|
||||||
- Update DNSmasq 2.80
|
- Update DNSmasq 2.80
|
||||||
|
|
||||||
## 1.1
|
## 1.1.0
|
||||||
|
|
||||||
- Add AppArmor profile
|
- Add AppArmor profile
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ profile dnsmasq flags=(attach_disconnected,mediate_deleted) {
|
|||||||
#include <abstractions/base>
|
#include <abstractions/base>
|
||||||
|
|
||||||
# S6-Overlay & Bashio
|
# S6-Overlay & Bashio
|
||||||
|
/init ix,
|
||||||
/bin/** ix,
|
/bin/** ix,
|
||||||
/usr/bin/** ix,
|
/usr/bin/** ix,
|
||||||
/usr/lib/bashio/** ix,
|
/usr/lib/bashio/** ix,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Dnsmasq",
|
"name": "Dnsmasq",
|
||||||
"version": "1.4",
|
"version": "1.4.1",
|
||||||
"slug": "dnsmasq",
|
"slug": "dnsmasq",
|
||||||
"description": "A simple DNS server",
|
"description": "A simple DNS server",
|
||||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/dnsmasq",
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/dnsmasq",
|
||||||
|
|||||||
Reference in New Issue
Block a user