From 34e8c69e127d25a2540a088c90813abd640e7897 Mon Sep 17 00:00:00 2001 From: curiosityseeker <60518106+curiosityseeker@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:19:57 +0100 Subject: [PATCH] Update pacman-hook-fontconfig --- apparmor.d/groups/pacman/pacman-hook-fontconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apparmor.d/groups/pacman/pacman-hook-fontconfig b/apparmor.d/groups/pacman/pacman-hook-fontconfig index 5ceeaed40..8537c56d8 100644 --- a/apparmor.d/groups/pacman/pacman-hook-fontconfig +++ b/apparmor.d/groups/pacman/pacman-hook-fontconfig @@ -21,6 +21,7 @@ profile pacman-hook-fontconfig @{exec_path} { /etc/fonts/conf.d/* rwl, /usr/share/fontconfig/conf.default/* r, + /dev/pts/@{int} rw, /dev/tty rw, # Inherit Silencer @@ -28,4 +29,4 @@ profile pacman-hook-fontconfig @{exec_path} { deny network inet stream, include if exists -} \ No newline at end of file +}