Skip to content

fuse: Create dummy stat for root dir where access is denied

wangrong requested to merge wangrong1069/gvfs:fix-stat-root-fail into master

Due to permission control, some backends will report an error (EACCES) when getting the root directory attributes, but can access subdirectories normally. Therefore, we need to construct a dummy stat for the root directory so that the application can smoothly traverse the root directory when accessing subdirectories.

Merge request reports