# apparmor.d - Full set of apparmor profiles # Copyright (C) 2023-2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = /usr/share/libalpm/scripts/gtk4-querymodules profile pacman-hook-gtk4-querymodules @{exec_path} { include capability dac_read_search, @{exec_path} mr, @{sh_path} r, @{bin}/rmdir rix, @{bin}/gio-querymodules rPx, @{lib}/gtk-4.0/*/*/ w, # Inherit Silencer deny network inet6 stream, deny network inet stream, include if exists } # vim:syntax=apparmor