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

abi <abi/4.0>,

include <tunables/global>

@{exec_path}  = @{bin}/install-printerdriver
@{exec_path} += /usr/share/system-config-printer/install-printerdriver.py
@{att} = ""
profile install-printerdriver /{{,usr/}bin/install-printerdriver,usr/share/system-config-printer/install-printerdriver.py,usr/share/system-config-printer/install-printerdriver.py} flags=(complain) {
  include <abstractions/base-strict>
  include <abstractions/python>

  @{exec_path} mrix,

  @{sh_path}            rix,
  @{python_path} r,

  /usr/share/system-config-printer/{,**} r,

  include if exists <local/install-printerdriver>
}

# vim:syntax=apparmor
