apparmor.d/apparmor.d/groups/pacman/pacman-hook-fontconfig
2025-07-26 16:54:02 +02:00

34 lines
707 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = /usr/share/libalpm/scripts/40-fontconfig-config
profile pacman-hook-fontconfig @{exec_path} {
include <abstractions/base>
capability dac_read_search,
@{exec_path} mr,
@{sh_path} rix,
@{bin}/ln rix,
@{bin}/rm rix,
/etc/fonts/conf.d/* rwl,
/usr/share/fontconfig/conf.default/* r,
/dev/pts/@{int} rw,
/dev/tty rw,
# Inherit Silencer
deny network inet6 stream,
deny network inet stream,
include if exists <local/pacman-hook-fontconfig>
}
# vim:syntax=apparmor