Fix review comments

This commit is contained in:
aneesh-n
2024-08-10 10:38:04 -06:00
parent 71632a8197
commit 18e9d71d7a
3 changed files with 8 additions and 3 deletions

View File

@@ -392,7 +392,7 @@ func (node *Node) fillGenericAttributes(path string, fi os.FileInfo, stat *statT
return false, err
}
if sd, err = fs.GetSecurityDescriptor(path); err != nil {
return true, err
return allowExtended, err
}
}
// Add Windows attributes