apparmor.d/apparmor.d/groups/pacman/pacman-hook-gtk
2024-02-07 00:16:21 +01:00

35 lines
744 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/3.0>,
include <tunables/global>
@{exec_path} = /usr/share/libalpm/scripts/gtk-update-icon-cache
profile pacman-hook-gtk @{exec_path} {
include <abstractions/base>
capability dac_read_search,
@{exec_path} mr,
@{bin}/bash rix,
@{bin}/rm rix,
@{bin}/rmdir rix,
@{bin}/gtk-update-icon-cache rPx,
@{bin}/gtk4-update-icon-cache rPx,
/usr/share/icons/{,**} rw,
/dev/tty rw,
/dev/tty@{int} rw,
owner /dev/pts/@{int} rw,
# Inherit Silencer
deny network inet6 stream,
deny network inet stream,
include if exists <local/pacman-hook-gtk>
}