https://github.com/torvalds/linux
Revision cc15461c73d7d044d56c47e869a215e49bd429c8 authored by Paul Aurich on 26 June 2020, 19:58:05 UTC, committed by Steve French on 02 July 2020, 00:38:46 UTC
Ensure multiuser SMB3 mounts use encryption for all users' tcons if the
mount options are configured to require encryption. Without this, only
the primary tcon and IPC tcons are guaranteed to be encrypted. Per-user
tcons would only be encrypted if the server was configured to require
encryption.

Signed-off-by: Paul Aurich <paul@darkrain42.org>
CC: Stable <stable@vger.kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
1 parent aadd69c
History
Tip revision: cc15461c73d7d044d56c47e869a215e49bd429c8 authored by Paul Aurich on 26 June 2020, 19:58:05 UTC
SMB3: Honor 'seal' flag for multiuser mounts
Tip revision: cc15461
File Mode Size
.gitignore -rw-r--r-- 62 bytes
Kconfig -rw-r--r-- 3.4 KB
Makefile -rw-r--r-- 4.1 KB
blacklist.c -rw-r--r-- 4.0 KB
blacklist.h -rw-r--r-- 84 bytes
blacklist_hashes.c -rw-r--r-- 166 bytes
blacklist_nohashes.c -rw-r--r-- 122 bytes
system_certificates.S -rw-r--r-- 828 bytes
system_keyring.c -rw-r--r-- 8.7 KB

back to top