diff options
author | Namjae Jeon <linkinjeon@kernel.org> | 2022-10-29 00:01:38 +0900 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-12-11 08:33:31 -0600 |
commit | 37ba7b005a7a4454046bd8659c7a9c5330552396 (patch) | |
tree | 6e8b61635f600462b366cb69690060f797811609 /crypto/fcrypt.c | |
parent | 76dcd734eca23168cb008912c0f69ff408905235 (diff) | |
download | linux-stable-37ba7b005a7a4454046bd8659c7a9c5330552396.tar.gz linux-stable-37ba7b005a7a4454046bd8659c7a9c5330552396.tar.bz2 linux-stable-37ba7b005a7a4454046bd8659c7a9c5330552396.zip |
ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for this share
Currently, SMB2_SESSION_FLAG_ENCRYPT_DATA is always set session setup
response. Since this forces data encryption from the client, there is a
problem that data is always encrypted regardless of the use of the cifs
seal mount option. SMB2_SESSION_FLAG_ENCRYPT_DATA should be set according
to KSMBD_GLOBAL_FLAG_SMB2_ENCRYPTION flags, and in case of
KSMBD_GLOBAL_FLAG_SMB2_ENCRYPTION_OFF, encryption mode is turned off for
all connections.
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'crypto/fcrypt.c')
0 files changed, 0 insertions, 0 deletions