feat(profile): update gvfs services to the abs changes.

This commit is contained in:
Alexandre Pujol 2025-09-14 18:14:30 +02:00
parent 784ced0da3
commit 1fba94a197
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
32 changed files with 237 additions and 166 deletions

View file

@ -11,7 +11,9 @@ include <tunables/global>
profile gvfsd-smb-browse @{exec_path} {
include <abstractions/base>
include <abstractions/bus-session>
include <abstractions/bus/org.gtk.vfs.MountTracker>
include <abstractions/bus/session/org.gtk.vfs.Daemon>
include <abstractions/bus/session/org.gtk.vfs.Mountable>
include <abstractions/bus/session/org.gtk.vfs.Spawner>
include <abstractions/dconf-write>
include <abstractions/gschemas>
include <abstractions/nameservice-strict>
@ -23,16 +25,12 @@ profile gvfsd-smb-browse @{exec_path} {
network inet6 dgram,
#aa:dbus own bus=session name=org.gtk.vfs.mountpoint_smb_browse
#aa:dbus talk bus=session name=org.gtk.vfs.MountTracker path=/org/gtk/vfs/mounttracker label=gvfsd
dbus receive bus=session path=/org/gtk/vfs/mountable
interface=org.gtk.vfs.Mountable
member=Mount
peer=(name="@{busname}", label=gvfsd),
dbus send bus=session path=/org/gtk/gvfs/exec_spaw/@{int}
interface=org.gtk.vfs.Spawner
member=Spawned
peer=(name="@{busname}", label=gvfsd),
dbus receive bus=session
interface=org.freedesktop.DBus.Introspectable
member=Introspect
peer=(name=@{busname}, label=gnome-shell),
@{exec_path} mr,