mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Add to blacklist "fuse.gvfsd-fuse" file system
This commit is contained in:
parent
e0064b7f1d
commit
fe91c3cecf
1 changed files with 1 additions and 0 deletions
|
|
@ -629,6 +629,7 @@ end;
|
|||
(mnt_type = 'fusectl') or
|
||||
(mnt_type = 'securityfs') or
|
||||
(mnt_type = 'binfmt_misc') or
|
||||
(mnt_type = 'fuse.gvfsd-fuse') or
|
||||
(mnt_type = 'fuse.gvfs-fuse-daemon') or
|
||||
(mnt_type = 'fuse.truecrypt') or
|
||||
(mnt_type = 'nfsd') or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue