13 lines
365 B
Text
13 lines
365 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023-2025 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
# Can query UPower for power devices, history and statistics.
|
|
|
|
abi <abi/4.0>,
|
|
|
|
include <abstractions/bus/system/org.freedesktop.UPower>
|
|
|
|
include if exists <abstractions/upower-observe.d>
|
|
|
|
# vim:syntax=apparmor
|