Compare commits

..

1 Commits

Author SHA1 Message Date
1ed32af740 Added network capability
Some checks failed
Python application / build (push) Has been cancelled
Added network capability in apparmor template
2025-12-12 13:34:39 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
# 1 Build Base Image #
######################
ARG BUILD_FROM="ghcr.io/hassio-addons/base:19.0.0"
ARG BUILD_FROM="ghcr.io/hassio-addons/base:18.1.4"
# hadolint ignore=DL3006
FROM $BUILD_FROM AS base

View File

@@ -6,6 +6,7 @@ profile {{slug}} flags=(attach_disconnected,mediate_deleted) {
# Capabilities
file,
signal (send) set=(kill,term,int,hup,cont),
network,
# S6-Overlay
/init ix,