# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2025 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only

abi <abi/4.0>,

include <tunables/global>

@{exec_path} = @{bin}/gdk-pixbuf-thumbnailer
@{att} = ""
profile gdk-pixbuf-thumbnailer /{,usr/}bin/gdk-pixbuf-thumbnailer flags=(complain) {
  include <abstractions/base-strict>

  @{exec_path} mr,

  include if exists <local/gdk-pixbuf-thumbnailer>
}

# vim:syntax=apparmor
