From ea208acc722318b089b77423ee39ceab2785f3eb Mon Sep 17 00:00:00 2001 From: doublez13 Date: Tue, 6 Feb 2024 12:29:40 -0700 Subject: [PATCH] Fix sendmail on Debian --- apparmor.d/profiles-m-r/mutt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apparmor.d/profiles-m-r/mutt b/apparmor.d/profiles-m-r/mutt index 22535b691..433121d68 100644 --- a/apparmor.d/profiles-m-r/mutt +++ b/apparmor.d/profiles-m-r/mutt @@ -80,7 +80,8 @@ profile mutt @{exec_path} { # This profile includes only the most basic. @{bin}/{,ba,da}sh rix, - /{usr/,}{s,}bin/sendmail rPUx, + @{bin}/sendmail rPUx, + /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,