From 90249e697c97d41b03dac7fe704b41cc496e722d Mon Sep 17 00:00:00 2001 From: doublez13 Date: Tue, 6 Feb 2024 12:38:18 -0700 Subject: [PATCH] Allow initialization scripts on Debian --- apparmor.d/profiles-m-r/mutt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apparmor.d/profiles-m-r/mutt b/apparmor.d/profiles-m-r/mutt index 433121d68..5d51c93f2 100644 --- a/apparmor.d/profiles-m-r/mutt +++ b/apparmor.d/profiles-m-r/mutt @@ -84,7 +84,10 @@ profile mutt @{exec_path} { /usr/libexec/sendmail/sendmail rPUx, @{bin}/ispell rPUx, # TODO: Add a profile for abook (Most distros don't ship this anymore though) - @{bin}/abook rPUx, + @{bin}/abook rPUx, + @{bin}/mutt_dotlock rix, + #Misc mutt scripts + @{lib}/mutt/* rix, @{bin}/w3m rCx -> html-renderer, @{bin}/lynx rCx -> html-renderer,