Skip to content

Commit

Permalink
feat(dbus): add new dbus abstraction.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Dec 8, 2023
1 parent c54d725 commit f4505dd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions apparmor.d/abstractions/bus/org.freedesktop.background.Monitor
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023 Alexandre Pujol <[email protected]>
# 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>

0 comments on commit f4505dd

Please sign in to comment.