feat(abs): add upower-observe
This commit is contained in:
parent
e4b6e7e92b
commit
939a2b7f4b
1 changed files with 13 additions and 0 deletions
13
apparmor.d/abstractions/upower-observe
Normal file
13
apparmor.d/abstractions/upower-observe
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue