15 lines
327 B
Text
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
|