VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Seth Forshee <seth.forshee@canonical.com> 2016-08-29 08:46:37 -0500 committer: Miklos Szeredi <mszeredi@redhat.com> 2016-10-01 07:32:32 +0200 commit: 60bcc88ad185d512f5718f2f8dcccb483ea8fb73 parent: 5e940c1dd3c1f7561924954eecee956ec277a79b
Commit Summary:
fuse: Add posix ACL support
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/fuse/Kconfig b/fs/fuse/Kconfig
index 1b2f6c2c3aaf..76f09ce7e5b2 100644
--- a/fs/fuse/Kconfig
+++ b/fs/fuse/Kconfig
@@ -1,5 +1,6 @@
 config FUSE_FS
 	tristate "FUSE (Filesystem in Userspace) support"
+	select FS_POSIX_ACL
 	help
 	  With FUSE it is possible to implement a fully functional filesystem
 	  in a userspace program.