test apparmor

This commit is contained in:
Stefan Allius
2025-02-25 21:11:48 +01:00
parent 87d17da771
commit 11ba145973
2 changed files with 4 additions and 4 deletions

View File

@@ -21,11 +21,11 @@ profile tsun-proxy-debug flags=(attach_disconnected,mediate_deleted) {
/dev/tty rw, /dev/tty rw,
# Bashio # Bashio
# /usr/lib/bashio/** ix, /usr/lib/bashio/** ix,
/tmp/** rwk, /tmp/** rwk,
# Access to options.json and other files within your addon # Access to options.json and other files within your addon
# /data/** rw, /data/** rw,
# Start new profile for service # Start new profile for service
/usr/bin/myprogram cx -> myprogram, /usr/bin/myprogram cx -> myprogram,
@@ -34,7 +34,7 @@ profile tsun-proxy-debug flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base> #include <abstractions/base>
# Receive signals from S6-Overlay # 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 # Access to options.json and other files within your addon
/data/** rw, /data/** rw,

View File

@@ -1,6 +1,6 @@
name: TSUN-Proxy (Debug) name: TSUN-Proxy (Debug)
description: MQTT Proxy for TSUN Photovoltaic Inverters with Debug Logging 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 image: docker.io/sallius/tsun-gen3-addon
url: https://github.com/s-allius/tsun-gen3-proxy url: https://github.com/s-allius/tsun-gen3-proxy
slug: tsun-proxy-debug slug: tsun-proxy-debug