# 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}/pkla-check-authorization
@{att} = ""
profile pkla-check-authorization /{,usr/}bin/pkla-check-authorization flags=(complain) {
  include <abstractions/base-strict>

  @{exec_path} mr,

  include if exists <local/pkla-check-authorization>
}

# vim:syntax=apparmor
