From 9ea41b949043452dfa9bd747fcdf331b4f7b320d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Bonelle?= Date: Fri, 25 Aug 2023 18:11:40 +0200 Subject: [PATCH] fix --- promtail/apparmor.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/promtail/apparmor.txt b/promtail/apparmor.txt index 2bb929d..4148c6d 100644 --- a/promtail/apparmor.txt +++ b/promtail/apparmor.txt @@ -48,11 +48,6 @@ profile hassio_promtail flags=(attach_disconnected,mediate_deleted) { @{do_etc}/* rw, @{do_usr}/share/{,**} r, /var/cache/{,**} rw, - /var/cache/debconf rw, - /var/cache/debconf/{,**} rwklam, - /lib/{,**} rix, - /usr/lib/{,**} rix, - /dev/urandom r, # Bashio /usr/lib/bashio/** ix, @@ -123,6 +118,8 @@ profile hassio_promtail flags=(attach_disconnected,mediate_deleted) { } profile /usr/sbin/dpkg-reconfigure flags=(attach_disconnected,mediate_deleted) { + include + /** rwlkmix, } } \ No newline at end of file