afuse: Add new package
authorMichal Hrusecky <michal@hrusecky.net>
Thu, 28 Oct 2021 12:43:22 +0000 (14:43 +0200)
committerMichal Hrusecky <michal.hrusecky@turris.com>
Wed, 3 Nov 2021 12:43:58 +0000 (13:43 +0100)
commit4df93ea611ce67f58665e7c1535494285b0808bd
tree538b06888b2a5bf8c7e4f876ebc288afb4ece422
parent844ba69911717454b534f6ebfd15d45a7f835aa4
afuse: Add new package

This commit add new package afuse into packages feed.

afuse is an automounting file system implemented in user-space using
FUSE. It implements the most basic functionality that can be expected by
an automounter; that is it manages a directory of virtual directories.
If one of these virtual directories is accessed and is not already
automounted, afuse will attempt to mount a filesystem onto that
directory. If the mount succeeds the requested access proceeds as
normal, otherwise it will fail with an error.

Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
(cherry picked from commit 3d0f73ea676b7e1e0bb1184f9f1e0d1b7f18a3fe)
utils/afuse/Makefile [new file with mode: 0644]