# Set this to true to enable sbrshd.  Please note that sbrshd should NOT be
# enabled on a host which is connected to a public network as it is insecure!
#
ENABLE=false

# TCP port to listen to.
#
#PORT=1202

# Accept only local connections.  (For example when using an SSH tunnel.)
#
#LOCAL_ONLY=false

# Do not chroot: mount filesystems and run programs in the host environment.
#
#NO_SANDBOX=false

# Allow programs to be run with root privileges.
#
#ALLOW_ROOT=false

# Enable debug logging.
#
#DEBUG=false

# Specify the debug log filename.
#
DEBUG_FILE=/var/log/sbrshd.log

# Timeout in minutes for unmounting filesystems.  "none" disables the
# unmounting.  (Filesystems will always be unmounted at sbrshd shutdown.)
#
#EXPIRATION=15

# Specifies the mount and umount binaries paths. For example when busybox
# mount doesn't have support for external mount helpers. 
#
#MOUNT_BIN=/bin/mount
#UMOUNT_BIN=/bin/umount

# Specifies FUSE fusermount and sshfs binaries.
#
#SSHFS_BIN=/usr/bin/sshfs
#FUSERMOUNT_BIN=/usr/bin/fusermount
