summaryrefslogtreecommitdiffstats
path: root/rules/fuse3.in
blob: 5280b01547d4002ca56a48c42ded1b97263decdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=disk_and_file

config FUSE3
	tristate
	select HOST_MESON
	select LIBC_DL
	select LIBC_PTHREAD
	select LIBC_RT
	select UDEV
	prompt "fuse3"
	help
	  Filesystem in Userspace (3.x version)
	  Filesystem in Userspace (FUSE) is a simple interface for
	  userspace programs to export a virtual filesystem to the Linux
	  kernel. It also aims to provide a secure method for non
	  privileged users to create and mount their own filesystem
	  implementations.