From fa0cb2cf4e0b52e57f50b2b8cc25228d481abc31 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 21 Feb 2016 20:32:29 -0500 Subject: Implement chmod --- src/operations.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/operations.cc') diff --git a/src/operations.cc b/src/operations.cc index 697f901..4433809 100644 --- a/src/operations.cc +++ b/src/operations.cc @@ -335,6 +335,7 @@ fuse_operations FuseOperations(File* const root) { result.fgetattr = &Fgetattr; result.mknod = &Mknod; + result.chmod = &Chmod; result.rename = &Rename; result.open = &Open; result.read = &Read; -- cgit v1.2.3