feat(dbus): add new dbus abstraction.
This commit is contained in:
parent
c54d72543e
commit
f4505dd97d
1 changed files with 15 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
dbus send bus=session path=/org/freedesktop/background/monitor
|
||||||
|
interface=org.freedesktop.DBus.Properties
|
||||||
|
member=GetAll
|
||||||
|
peer=(name=:*, label=xdg-desktop-portal),
|
||||||
|
|
||||||
|
dbus receive bus=session path=/org/freedesktop/background/monitor
|
||||||
|
interface=org.freedesktop.DBus.Properties
|
||||||
|
member=PropertiesChanged
|
||||||
|
peer=(name=:*, label=xdg-desktop-portal),
|
||||||
|
|
||||||
|
include if exists <abstractions/bus/org.freedesktop.background.Monitor.d>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue