mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
dnsmasq apparmor tweeks (#1864)
* dnsmasq apparmor tweeks * Update apparmor.txt
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.4.4
|
||||||
|
|
||||||
|
- Make it align to our base profile
|
||||||
|
|
||||||
## 1.4.3
|
## 1.4.3
|
||||||
|
|
||||||
- Fix signal handling
|
- Fix signal handling
|
||||||
|
|||||||
@@ -10,17 +10,20 @@ profile dnsmasq flags=(attach_disconnected,mediate_deleted) {
|
|||||||
/init rix,
|
/init rix,
|
||||||
/bin/** ix,
|
/bin/** ix,
|
||||||
/usr/bin/** ix,
|
/usr/bin/** ix,
|
||||||
/usr/lib/bashio/** ix,
|
|
||||||
/etc/s6/** rix,
|
/etc/s6/** rix,
|
||||||
/run/s6/** rwix,
|
/run/s6/** rwix,
|
||||||
/etc/services.d/** rwix,
|
/etc/services.d/** rwix,
|
||||||
/etc/cont-init.d/** rwix,
|
/etc/cont-init.d/** rwix,
|
||||||
/etc/cont-finish.d/** rwix,
|
/etc/cont-finish.d/** rwix,
|
||||||
|
|
||||||
# Data access
|
|
||||||
/data/** rw,
|
|
||||||
/run/** rwk,
|
/run/** rwk,
|
||||||
|
|
||||||
|
# Bashio
|
||||||
|
/usr/lib/bashio/** ix,
|
||||||
|
/tmp/** rw,
|
||||||
|
|
||||||
|
# Access to Options.json and other files within your addon
|
||||||
|
/data/** rw,
|
||||||
|
|
||||||
# Execution program
|
# Execution program
|
||||||
/usr/sbin/dnsmasq cx,
|
/usr/sbin/dnsmasq cx,
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Dnsmasq",
|
"name": "Dnsmasq",
|
||||||
"version": "1.4.3",
|
"version": "1.4.4",
|
||||||
"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