mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 01:11:04 +01:00
[TOR] Fix start up
This commit is contained in:
@@ -5,3 +5,7 @@
|
||||
## 5.0.1-2 (13-08-2024)
|
||||
|
||||
- Align version
|
||||
|
||||
## 5.0.1-3 (13-08-2024)
|
||||
|
||||
- Add read permission for /etc/s6-overlay/ in apparmor
|
||||
|
||||
@@ -36,7 +36,7 @@ profile tor_addon flags=(attach_disconnected,mediate_deleted) {
|
||||
/usr/bin/** ix,
|
||||
/usr/lib/bashio/** ix,
|
||||
/etc/s6/** rix,
|
||||
/etc/s6-overlay/** ix,
|
||||
/etc/s6-overlay/** rix,
|
||||
/run/s6/** rix,
|
||||
/etc/services.d/** rwix,
|
||||
/etc/cont-init.d/** rwix,
|
||||
|
||||
@@ -47,5 +47,5 @@
|
||||
"str"
|
||||
]
|
||||
},
|
||||
"version": "5.0.1-2"
|
||||
"version": "5.0.1-3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user