dnsmasq apparmor tweeks (#1864)

* dnsmasq apparmor tweeks

* Update apparmor.txt
This commit is contained in:
Pascal Vizeli
2021-02-17 12:12:26 +01:00
committed by GitHub
parent 9fd88b5e35
commit 6e86f1934a
3 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.4.4
- Make it align to our base profile
## 1.4.3
- Fix signal handling

View File

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

View File

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