33 lines
No EOL
721 B
Text
33 lines
No EOL
721 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/gio-querymodules
|
|
profile pacman-hook-gio @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
capability dac_read_search,
|
|
|
|
@{exec_path} mr,
|
|
|
|
@{bin}/bash rix,
|
|
@{bin}/rmdir rix,
|
|
@{bin}/gio-querymodules rPx,
|
|
|
|
@{lib}/gio/modules/giomodule.cache{,.[0-9A-Z]*} rw,
|
|
@{lib}/gtk-{3,4}.0/**/*/ rw,
|
|
|
|
/usr/lib/gio/modules/ rw,
|
|
|
|
/dev/tty rw,
|
|
|
|
# Inherit Silencer
|
|
deny network inet6 stream,
|
|
deny network inet stream,
|
|
|
|
include if exists <local/pacman-hook-gio>
|
|
} |