From 1c20da68dd99ec67fd39d45d1178d840ddd76505 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 15 Feb 2021 07:54:39 +0100 Subject: [PATCH] Update apparmor.txt --- scrutiny/apparmor.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/scrutiny/apparmor.txt b/scrutiny/apparmor.txt index c244513f0..35103ef46 100644 --- a/scrutiny/apparmor.txt +++ b/scrutiny/apparmor.txt @@ -16,15 +16,19 @@ profile db21ed7f_scrutiny flags=(attach_disconnected,mediate_deleted) { capability dac_read_search, capability sys_rawio, - # S6-Overlay +# S6-Overlay /bin/** ix, /usr/bin/** ix, /usr/lib/bashio/** ix, - /etc/s6/** ix, - /run/s6/** ix, + /etc/s6/** rix, + /run/s6/** rix, /etc/services.d/** rwix, /etc/cont-init.d/** rwix, - /etc/cont-finish.d/** rwix, + /etc/cont-finish.d/** rwix, + /init rix, + /var/run/** mrwkl, + /var/run/ mrwkl, + /dev/i2c-1 mrwkl, # Files required /dev/sda1 mrwkl, /dev/sdb1 mrwkl,