linux/Documentation/admin-guide/cifs
Steve French 1b5487aefb smb3: fix setting SecurityFlags when encryption is required
Setting encryption as required in security flags was broken.
For example (to require all mounts to be encrypted by setting):

  "echo 0x400c5 > /proc/fs/cifs/SecurityFlags"

Would return "Invalid argument" and log "Unsupported security flags"
This patch fixes that (e.g. allowing overriding the default for
SecurityFlags  0x00c5, including 0x40000 to require seal, ie
SMB3.1.1 encryption) so now that works and forces encryption
on subsequent mounts.

Acked-by: Bharath SM <bharathsm@microsoft.com>
Cc: stable@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
2024-08-08 11:14:53 -05:00
..
authors.rst cifs: documentation cleanup 2021-02-16 15:03:04 -06:00
changes.rst cifs: correct references in Documentation to old fs/cifs path 2023-05-24 16:29:21 -05:00
index.rst
introduction.rst doc: Fix typo in admin-guide/cifs/introduction.rst 2024-03-18 03:38:08 -06:00
todo.rst cifs: update known bugs mentioned in kernel docs for cifs 2024-01-19 10:30:22 -06:00
usage.rst smb3: fix setting SecurityFlags when encryption is required 2024-08-08 11:14:53 -05:00
winucase_convert.pl