Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (60bcc88ad185d512f5718f2f8dcccb483ea8fb73) |
---|---|
1config FUSE_FS 2 tristate "FUSE (Filesystem in Userspace) support" | 1config FUSE_FS 2 tristate "FUSE (Filesystem in Userspace) support" |
3 select FS_POSIX_ACL |
|
3 help 4 With FUSE it is possible to implement a fully functional filesystem 5 in a userspace program. 6 7 There's also a companion library: libfuse2. This library is available 8 from the FUSE homepage: 9 <http://fuse.sourceforge.net/> 10 although chances are your distribution already has that library --- 17 unchanged lines hidden --- | 4 help 5 With FUSE it is possible to implement a fully functional filesystem 6 in a userspace program. 7 8 There's also a companion library: libfuse2. This library is available 9 from the FUSE homepage: 10 <http://fuse.sourceforge.net/> 11 although chances are your distribution already has that library --- 17 unchanged lines hidden --- |