aboutsummaryrefslogtreecommitdiff
path: root/kernel/power
diff options
context:
space:
mode:
authorNamjae Jeon <linkinjeon@kernel.org>2024-01-07 21:24:07 +0900
committerSteve French <stfrench@microsoft.com>2024-01-09 12:55:01 -0600
commitd592a9158a112d419f341f035d18d02f8d232def (patch)
tree0c4a4c665993b331978ce31af7b7f5675ceb42cb /kernel/power
parent8d99c1131d9d03053b7b1e1245b8f6e6846d9c69 (diff)
ksmbd: don't allow O_TRUNC open on read-only share
When file is changed using notepad on read-only share(read_only = yes in ksmbd.conf), There is a problem where existing data is truncated. notepad in windows try to O_TRUNC open(FILE_OVERWRITE_IF) and all data in file is truncated. This patch don't allow O_TRUNC open on read-only share and add KSMBD_TREE_CONN_FLAG_WRITABLE check in smb2_set_info(). Cc: stable@vger.kernel.org Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'kernel/power')
0 files changed, 0 insertions, 0 deletions