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

abi <abi/4.0>,

include <tunables/global>

@{exec_path} = @{bin}/fc-list @{bin}/fc-match @{bin}/fc-pattern
@{att} = ""
profile fc-list /{{,usr/}bin/fc-list,{,usr/}bin/fc-match,{,usr/}bin/fc-pattern} flags=(complain) {
  include <abstractions/base-strict>
  include <abstractions/consoles>
  include <abstractions/fonts>
  include <abstractions/fontconfig-cache-read>

  capability dac_read_search,

  @{exec_path} mr,

  include if exists <local/fc-list>
}

# vim:syntax=apparmor
