feat(dbus): add more dbus abstraction.

This commit is contained in:
Alexandre Pujol 2023-12-06 19:21:06 +00:00
parent 799b778480
commit 401606b1aa
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
11 changed files with 191 additions and 0 deletions

View file

@ -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/FileManager1
interface=org.freedesktop.DBus.Properties
member=GetAll
peer=(name=:*, label=nautilus),
dbus receive bus=session path=/org/freedesktop/FileManager1
interface=org.freedesktop.DBus.Properties
member=PropertiesChanged
peer=(name=:*, label=nautilus),
include if exists <abstractions/bus/org.freedesktop.FileManager1.d>