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 +}