22 lines
No EOL
577 B
Text
22 lines
No EOL
577 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /{usr/,}bin/gio-querymodules
|
|
profile gio-querymodules @{exec_path} flags=(attach_disconnected) {
|
|
include <abstractions/base>
|
|
include <abstractions/openssl>
|
|
|
|
@{exec_path} mr,
|
|
|
|
/{usr/,}lib/gtk-{3,4}.0/**/giomodule.cache{,.[0-9A-Z]*} w,
|
|
/{usr/,}lib/gio/modules/giomodule.cache{,.[0-9A-Z]*} w,
|
|
|
|
deny /apparmor/.null rw,
|
|
|
|
include if exists <local/gio-querymodules>
|
|
} |