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

# Energy
#
# Energy enumeration starts from 1 not 0

  abi <abi/4.0>,

  @{sys}/devices/**/hwmon@{int}/energy@{int}_enable rw,

  include if exists <abstractions/sys/hwmon-energy:w.d>

# vim:syntax=apparmor
