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

abi <abi/4.0>,

include <tunables/global>

@{exec_path} = @{bin}/glib-mkenums
@{att} = ""
profile glib-mkenums /{,usr/}bin/glib-mkenums {
  include <abstractions/base-strict>

  @{exec_path} mr,

  @{bin}/ r,

  include if exists <local/glib-mkenums>
}

# vim:syntax=apparmor

