Document that access() is also called on chdir().
authorNikolaus Rath <Nikolaus@rath.org>
Wed, 4 Jul 2018 18:40:20 +0000 (19:40 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 4 Jul 2018 18:52:32 +0000 (19:52 +0100)
Source: Miklos Szeredi on fuse-devel, Wednesday, 4 July 2018 15:29.

include/fuse_lowlevel.h

index 047b437b804e77bb4f69c10273472a37998fec70..6528e879e683499157a864592e0e9d605d6272fb 100644 (file)
@@ -858,9 +858,9 @@ struct fuse_lowlevel_ops {
        /**
         * Check file access permissions
         *
-        * This will be called for the access() system call.  If the
-        * 'default_permissions' mount option is given, this method is not
-        * called.
+        * This will be called for the access() and chdir() system
+        * calls.  If the 'default_permissions' mount option is given,
+        * this method is not called.
         *
         * This method is not called under Linux kernel versions 2.4.x
         *