From 1d9e2c170afe4e355595180a4386387fdab43efe Mon Sep 17 00:00:00 2001 From: Giampaolo Fresi Roglia Date: Mon, 28 Apr 2025 11:39:20 +0200 Subject: [PATCH] locale: add mmap perms to the compressors as well. --- profiles/apparmor.d/locale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/apparmor.d/locale b/profiles/apparmor.d/locale index f5dd39dba..3352a4970 100644 --- a/profiles/apparmor.d/locale +++ b/profiles/apparmor.d/locale @@ -26,7 +26,7 @@ profile locale /usr/bin/locale { profile compressor { include - file r @{compressors}, + file mr @{compressors}, file r /usr/share/i18n/charmaps/, file r /usr/share/i18n/charmaps/*, }