Why does root get Permission denied when accessing FUSE directory?
It's the way fuse
works.
If you want to allow access to root or others users, you have to add:
user_allow_other
in /etc/fuse.conf and mount your fuse filesystem with allow_other
or allow_root
as options.