Update pacman-hook-fontconfig

This commit is contained in:
curiosityseeker 2024-01-10 17:19:57 +01:00 committed by GitHub
parent 2837f90163
commit 34e8c69e12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ profile pacman-hook-fontconfig @{exec_path} {
/etc/fonts/conf.d/* rwl, /etc/fonts/conf.d/* rwl,
/usr/share/fontconfig/conf.default/* r, /usr/share/fontconfig/conf.default/* r,
/dev/pts/@{int} rw,
/dev/tty rw, /dev/tty rw,
# Inherit Silencer # Inherit Silencer
@ -28,4 +29,4 @@ profile pacman-hook-fontconfig @{exec_path} {
deny network inet stream, deny network inet stream,
include if exists <local/pacman-hook-fontconfig> include if exists <local/pacman-hook-fontconfig>
} }