From: Nikolaus Rath Date: Wed, 4 Jul 2018 18:40:20 +0000 (+0100) Subject: Document that access() is also called on chdir(). X-Git-Tag: fuse-3.2.4~3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=db165f59f2cbcd0ce1c92beac9536a4a4b4b894a;p=qemu-gpiodev%2Flibfuse.git Document that access() is also called on chdir(). Source: Miklos Szeredi on fuse-devel, Wednesday, 4 July 2018 15:29. --- diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 047b437..6528e87 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -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 *