diff --git a/ha_addon_debug/apparmor.txt b/ha_addon_debug/apparmor.txt index 78dd010..425cf41 100644 --- a/ha_addon_debug/apparmor.txt +++ b/ha_addon_debug/apparmor.txt @@ -21,11 +21,11 @@ profile tsun-proxy-debug flags=(attach_disconnected,mediate_deleted) { /dev/tty rw, # Bashio - # /usr/lib/bashio/** ix, + /usr/lib/bashio/** ix, /tmp/** rwk, # Access to options.json and other files within your addon - # /data/** rw, + /data/** rw, # Start new profile for service /usr/bin/myprogram cx -> myprogram, @@ -34,7 +34,7 @@ profile tsun-proxy-debug flags=(attach_disconnected,mediate_deleted) { #include # Receive signals from S6-Overlay - signal (receive) peer=*_ADDON_SLUG, + signal (receive) peer=*_tsun-proxy-debug, # Access to options.json and other files within your addon /data/** rw, diff --git a/ha_addon_debug/config.yaml b/ha_addon_debug/config.yaml index a17a2d6..775f33a 100644 --- a/ha_addon_debug/config.yaml +++ b/ha_addon_debug/config.yaml @@ -1,6 +1,6 @@ name: TSUN-Proxy (Debug) description: MQTT Proxy for TSUN Photovoltaic Inverters with Debug Logging -version: 0.13.0-debug-2502251907 +version: 0.13.0-debug-2502252108 image: docker.io/sallius/tsun-gen3-addon url: https://github.com/s-allius/tsun-gen3-proxy slug: tsun-proxy-debug