feat(profile): add some missing dbus own definition.

This commit is contained in:
Alexandre Pujol 2024-03-15 15:03:42 +00:00
parent a6d263d304
commit bdeb62d17d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
23 changed files with 49 additions and 43 deletions

View file

@ -10,6 +10,9 @@ include <tunables/global>
@{exec_path} = @{lib}/{,colord/}colord-session
profile colord-session @{exec_path} {
include <abstractions/base>
include <abstractions/bus-session>
# dbus: own bus=session name=org.freedesktop.ColorHelper
@{exec_path} mr,

View file

@ -14,6 +14,8 @@ profile iio-sensor-proxy @{exec_path} {
network netlink raw,
# dbus: own bus=system name=net.hadess.SensorProxy
@{exec_path} mr,
@{run}/udev/data/+platform:* r,

View file

@ -28,7 +28,7 @@ profile xdg-desktop-portal-gnome @{exec_path} {
signal (receive) set=term peer=gdm,
dbus bind bus=session name=org.freedesktop.impl.portal.desktop.gnome,
# dbus: own bus=session name=org.freedesktop.impl.portal.desktop.gnome
dbus send bus=session path=/org/gnome/Shell/Screenshot
interface=org.freedesktop.DBus.Properties

View file

@ -31,7 +31,8 @@ profile xdg-desktop-portal-gtk @{exec_path} {
unix (send, receive, connect) type=stream peer=(addr="@/tmp/.X11-unix/*", label=gnome-shell),
dbus bind bus=session name=org.freedesktop.impl.portal.desktop.gtk,
# dbus: own bus=session name=org.freedesktop.impl.portal.desktop.gtk
dbus receive bus=session path=/org/freedesktop/portal/desktop
interface=org.freedesktop.impl.portal.Settings
peer=(name=:*),