From db165f59f2cbcd0ce1c92beac9536a4a4b4b894a Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 4 Jul 2018 19:40:20 +0100 Subject: Document that access() is also called on chdir(). Source: Miklos Szeredi on fuse-devel, Wednesday, 4 July 2018 15:29. --- include/fuse_lowlevel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 * -- cgit v1.2.3