Since I have not managed to get fuse to work as normal user within a jail I thought I would ask here - I am running FreeBSD 13.0 Release.
The respective devfs.rule has "add path 'fuse' unhide" in it, the jail is running with allow.mount=1; allow.mount.fdescfs=1; and allow.mount.fusefs=1;
Also on the host, the sysctl vfs.usermount=1 is set. I want to use sshfs, as root it does work, however, as user I get "mount_fusefs: /dev/fuse on /usr/home/rootbert/remote: Operation not permitted".
/dev/fuse is owned by rootperator with permissions 666 - the user is member of the operator group on both the host and the jail.
Is there anything that I am missing or is fuse just not possible as user in a jail?
The respective devfs.rule has "add path 'fuse' unhide" in it, the jail is running with allow.mount=1; allow.mount.fdescfs=1; and allow.mount.fusefs=1;
Also on the host, the sysctl vfs.usermount=1 is set. I want to use sshfs, as root it does work, however, as user I get "mount_fusefs: /dev/fuse on /usr/home/rootbert/remote: Operation not permitted".
/dev/fuse is owned by rootperator with permissions 666 - the user is member of the operator group on both the host and the jail.
Is there anything that I am missing or is fuse just not possible as user in a jail?