Hi, I wonder if it is posible to write a VFS module to block the listing of directory in a share? The files inside the directory should be accesible for read/write operations, but should be able to list the files in the directory. Is that posible? Many thanks Oliver -- Oliver Schulze L. <oliver@samera.com.py>
> I wonder if it is posible to write a VFS module to block the listing of > directory in a share? > The files inside the directory should be accesible for read/write > operations, but should be able to list the files in the directory. > Is that posible?Can't you do this exact thing with UNIX filesystem permissions? Remove the "x" permission from the directory.