# apparmor.d - Full set of apparmor profiles
# 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}/iwctl
@{att} = ""
profile iwctl /{,usr/}bin/iwctl flags=(complain) {
  include <abstractions/base-strict>

  @{exec_path} mr,

  /usr/share/terminfo/** r,

  /etc/inputrc r,

  owner @{user_share_dirs}/iwctl/{,**} rw,

  include if exists <local/iwctl>
}

# vim:syntax=apparmor
