aboutsummaryrefslogtreecommitdiff
path: root/src/operations.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations.cc')
-rw-r--r--src/operations.cc1
1 files changed, 1 insertions, 0 deletions
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;