feat(abs): update org.freedesktop.PackageKit

This commit is contained in:
Alexandre Pujol 2025-09-11 23:55:29 +02:00
parent e09251d266
commit fce5de8d19
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -2,6 +2,9 @@
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# Allow communication with PackageKit transactions. Transactions are exported
# with random object paths that currently take the form /@{int}_@{hex8}.
abi <abi/4.0>,
#aa:dbus common bus=system name=org.freedesktop.PackageKit label=packagekitd
@ -16,6 +19,14 @@
member=StateHasChanged
peer=(name=org.freedesktop.PackageKit),
dbus send bus=system path=/@{int}_@{hex8}
interface=org.freedesktop.PackageKit.Transaction
peer=(label=packagekitd),
dbus receive bus=system path=/@{int}_@{hex8}
interface=org.freedesktop.PackageKit.Transaction
peer=(label=packagekitd),
include if exists <abstractions/bus/org.freedesktop.PackageKit.d>
# vim:syntax=apparmor