From a37e11f686f27ce82abcd81f9c137eb6122028f5 Mon Sep 17 00:00:00 2001 From: beroal Date: Mon, 28 Oct 2024 16:59:54 +0200 Subject: [PATCH] Writing locale.conf (#593) --- apparmor.d/groups/systemd/systemd-localed | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apparmor.d/groups/systemd/systemd-localed b/apparmor.d/groups/systemd/systemd-localed index 48318da8..32f02f0d 100644 --- a/apparmor.d/groups/systemd/systemd-localed +++ b/apparmor.d/groups/systemd/systemd-localed @@ -24,11 +24,12 @@ profile systemd-localed @{exec_path} flags=(attach_disconnected) { /usr/share/systemd/*-map r, /usr/share/X11/xkb/{,**} r, + /etc/.#locale.conf@{hex16} rw, /etc/.#vconsole.conf* rw, /etc/default/.#locale* rw, /etc/default/keyboard r, /etc/default/locale rw, - /etc/locale.conf r, + /etc/locale.conf rw, /etc/vconsole.conf rw, /etc/X11/xorg.conf.d/ r, /etc/X11/xorg.conf.d/.#*.confd* rw,