feat(profile): update gvfsd.

This commit is contained in:
Alexandre Pujol 2025-03-23 17:40:58 +01:00
parent 7f3f0809a6
commit 28111ab9a5
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,6 @@ profile gvfsd-dnssd @{exec_path} {
include <abstractions/bus-session> include <abstractions/bus-session>
include <abstractions/bus-system> include <abstractions/bus-system>
include <abstractions/bus/org.freedesktop.Avahi> include <abstractions/bus/org.freedesktop.Avahi>
include <abstractions/bus/org.gtk.vfs.MountTracker>
#aa:dbus own bus=session name=org.gtk.vfs.mountpoint_dnssd #aa:dbus own bus=session name=org.gtk.vfs.mountpoint_dnssd
#aa:dbus talk bus=session name=org.gtk.vfs.MountTracker label=gvfsd #aa:dbus talk bus=session name=org.gtk.vfs.MountTracker label=gvfsd

View file

@ -36,8 +36,8 @@ profile gvfsd-recent @{exec_path} {
@{exec_path} mr, @{exec_path} mr,
# Full access to user's data # Full access to user's data
owner @{HOME}/{,**} rw, # FIXME: ? owner @{HOME}/{,**} r,
owner @{MOUNTS}/{,**} rw, owner @{MOUNTS}/{,**} r,
owner @{HOME}/.zshenv r, owner @{HOME}/.zshenv r,
owner @{user_share_dirs}/gvfs-metadata/{,*} r, owner @{user_share_dirs}/gvfs-metadata/{,*} r,

View file

@ -14,6 +14,7 @@ profile gvfsd-wsdd @{exec_path} {
network netlink raw, network netlink raw,
#aa:dbus own bus=session name=org.gtk.vfs.mountpoint_wsdd #aa:dbus own bus=session name=org.gtk.vfs.mountpoint_wsdd
#aa:dbus talk bus=session name=org.gtk.vfs.MountTracker label=gvfsd
@{exec_path} mr, @{exec_path} mr,