apparmor.d/apparmor.d/profiles-g-l/gdk-pixbuf-thumbnailer
2025-01-22 23:10:29 +00:00

15 lines
327 B
Text

# apparmor.d - Full set of apparmor profiles
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/gdk-pixbuf-thumbnailer
profile gdk-pixbuf-thumbnailer @{exec_path} {
include <abstractions/base>
include if exists <local/gdk-pixbuf-thumbnailer>
}
# vim:syntax=apparmor