apparmor.d/apparmor.d/profiles-a-l/gdk-pixbuf-query-loaders
2021-05-09 00:34:57 +01:00

18 lines
No EOL
453 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/gdk-pixbuf-query-loaders
profile gdk-pixbuf-query-loaders @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
/{usr/,}lib/gdk-pixbuf-[0-9].[0-9]*/*/loaders.cache.* rw,
include if exists <local/gdk-pixbuf-query-loaders>
}