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

# Allow to read power profiles configuration.

  abi <abi/4.0>,

  include <abstractions/bus/system/net.hadess.PowerProfiles>
  include <abstractions/bus/system/org.freedesktop.UPower.PowerProfiles>

  include if exists <abstractions/power-profiles.d>

# vim:syntax=apparmor
