параметры конфигурации и монтирования для файловых систем FUSE  (configuration and mount options for FUSE file systems)
  
Конфигурация (Configuration)
Some options regarding mount policy can be set in the file
       /etc/fuse.conf. Currently these options are:
       mount_max = NNN
              Set the maximum number of FUSE mounts allowed to non-root
              users. The default is 1000.
       user_allow_other
              Allow non-root users to specify the allow_other or
              allow_root mount options (see below).
       These limits are enforced by the fusermount3 helper, so they can
       be avoided by filesystems that run as root.