dll: fuse: FSP_FUSE_CAP_DELETE_ACCESS

This commit is contained in:
Bill Zissimopoulos
2021-10-26 13:21:57 +01:00
parent 73359d682b
commit 52dd6f7478
4 changed files with 62 additions and 30 deletions

View File

@ -88,6 +88,7 @@ static NTSTATUS fsp_fuse_loop_start(struct fuse *f)
FSP_FUSE_CAP_READDIR_PLUS |
FSP_FUSE_CAP_READ_ONLY |
FSP_FUSE_CAP_STAT_EX |
FSP_FUSE_CAP_DELETE_ACCESS |
FSP_FUSE_CAP_CASE_INSENSITIVE;
if (0 != f->ops.init)
{