diff options
| author | Marios Makassikis <mmakassikis@freebox.fr> | 2026-04-22 10:14:50 +0900 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2026-04-22 08:11:23 -0500 |
| commit | 5efb579e0d1ee02b85e3ce2da691c88c93111060 (patch) | |
| tree | 5735a267226cd56890dda1d1afcd0f51036d7b73 /include/linux/timerqueue.h | |
| parent | b0da97c034b6107d14e537e212d4ce8b22109a58 (diff) | |
smb: server: stop sending fake security descriptors
in smb2_get_info_sec, a dummy security descriptor (SD) is returned if
the requested information is not supported.
the code is currently wrong, as DACL_PROTECTED is set in the type field,
but there is no DACL is present.
instead of faking a security, report a STATUS_NOT_SUPPORTED error.
this seems to fix a "Error 0x80090006: Invalid Signature" on file
transfers with Windows 11 clients (25H2, build 26200.8246).
capturing traffic shows that the client is sending a GET_INFO/SEC_INFO
request, with the additional_info field set to 0x20
(ATTRIBUTE_SECURITY_INFORMATION). Returning an empty SD
(with only SELF_RELATIVE set) does not fix the error.
Signed-off-by: Marios Makassikis <mmakassikis@freebox.fr>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
