feat(abs): update org.freedesktop.PackageKit
This commit is contained in:
parent
e09251d266
commit
fce5de8d19
1 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue