Re: [PATCH] cifs: Fix getting reparse points from server without WSL support
From: Jeremy Allison
Date: Tue Sep 17 2024 - 16:55:20 EST
On Tue, Sep 17, 2024 at 10:06:00PM +0200, Pali Rohár wrote:
And seems that SMB2_OP_QUERY_WSL_EA is useful not only for reparse
points, but also for any regular file or directory as it can contain
UNIX mode and UID/GID ownership.
uid/gid should *never* be exposed over the wire for SMB.
That way lies madness.