diff options
author | Steve French <[email protected]> | 2024-07-31 21:38:50 -0500 |
---|---|---|
committer | Steve French <[email protected]> | 2024-08-08 11:14:53 -0500 |
commit | 1b5487aefb1ce7a6b1f15a33297d1231306b4122 (patch) | |
tree | deb651cc85484975fe4f72ad69b4c8644b296f32 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed (diff) |
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 <[email protected]>
Cc: [email protected]
Signed-off-by: Steve French <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions