wok view fuse/description.txt @ rev 25495

Up expat (2.5.0), CVE-2022-43680
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:14:28 2022 +0000 (18 months ago)
parents
children
line source
1 FUSE (Filesystem in Userspace) is an interface for userspace programs
2 to export a filesystem to the Linux kernel.
3 The FUSE project consists of two components:
4 the fuse kernel module (maintained in the regular kernel repositories)
5 and the libfuse userspace library (contained in this package).
6 Libfuse provides the reference implementation for communicating with
7 the FUSE kernel module.