# apparmor.d - Full set of apparmor profiles
# 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}/resolvectl
@{exec_path} += @{bin}/systemd-resolve
profile systemd-resolve /{{,usr/}{,s}bin/resolvectl,{,usr/}{,s}bin/systemd-resolve} flags=(complain) {
  include <abstractions/base>

  capability mknod,
  capability net_admin,

  network netlink raw,

  @{exec_path} mr,

        @{PROC}/ r,
  owner @{PROC}/@{pids}/fd/ r,

  include if exists <local/systemd-resolve>
}
