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

# Allows observing NetworkManager settings. It grants access to listing
# MAC addresses, previous networks, etc but not secrets.

  abi <abi/4.0>,

  include <abstractions/bus/org.freedesktop.NetworkManager>

  include if exists <abstractions/network-manager-observe.d>

# vim:syntax=apparmor
