File: libfuse_acl.patch

package info (click to toggle)
lizardfs 3.12.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,064 kB
  • sloc: cpp: 91,899; sh: 9,341; python: 3,878; ansic: 3,109; pascal: 128; makefile: 57
file content (16 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/lib/mount.c b/lib/mount.c
index 6a9da9e..14c9bdf 100644
--- a/lib/mount.c
+++ b/lib/mount.c
@@ -83,2 +83,3 @@ struct mount_opts {
 static const struct fuse_opt fuse_mount_opts[] = {
+	FUSE_OPT_KEY("acl",			KEY_KERN_OPT),
 	FUSE_MOUNT_OPT("allow_other",		allow_other),
@@ -127,2 +128,4 @@ static void mount_help(void)
 	fprintf(stderr,
+"    -o acl                 enable access control lists (requires FS\n"
+"                           support and default_permissions enabled)\n"
 "    -o allow_other         allow access to other users\n"
-- 
2.0.0-rc0