Open Files on gvfs mounted devices #4710
-
Hi all, I am trying to open a PDF on a samba share mounted using thunars volume manager. System information
zathura /run/user/1000/gvfs/smb-share:server=XXXXXXX.pdfThis is what happens if I try to open the file from terminal
~/.config/firejail/zathura.localI thought i could solve this issue by creating a local profile
zathura /run/user/1000/gvfs/smb-share:server=XXXXXXXXXX.pdfNow I have a new Error:
Any Idea how I could fix this problem? Have a nice Day |
Beta Was this translation helpful? Give feedback.
Answered by
rusty-snake
Nov 24, 2021
Replies: 1 comment
-
gvfs (in general):
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rusty-snake
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gvfs (in general):
$XDG_RUNTIME_DIR/gvfs
is accessible (inside the sandbox). This means you need to usewhitelist ${RUNUSER}/gvfs
if the profileinclude
swhitelist-runuser-common.inc
and mount itallow_root
/allow_other
. (There's not need tonoblacklist
here.)noblacklist ${HOME}/.local/share/gvfs-metadata
(andwhitelist
). IDK.org.gtk.vfs.*
(or parts of it). This means you need to adddbus-user.talk org.gtk.vfs.*
if the policy is set tofilter
or if it isnone
to add the previous one anddbus-user filter
andignore dbus-user none
.