https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202192
Graham Perrin changed:
What|Removed |Added
CC||grahamper...@gmail.com
To view an individual PR, use:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and ob
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202192
--- Comment #22 from Ivan Rozhuk ---
"if (strncmp(sfs.f_fstypename, "fusefs.sshfs", 12) == 0)" this does not cover:
1. sshfs mounted with RO
2. sshfs mounted with user that does not have perms
3. all other FUSE possible mount types
--
You