]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: split read-only checks in smbd_calculate_maximum_allowed_access_fsp()
authorRalph Boehme <slow@samba.org>
Thu, 9 Apr 2026 08:13:49 +0000 (10:13 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 Apr 2026 10:56:35 +0000 (10:56 +0000)
commit671c7bb4dc9c7142b7eeaa673b6cc692b5b67425
tree0ddd4ae1a0cd4cfeeb5861566abda3a605aad1ef
parentb6d53b25e2788473e3cec483bc6a4220cc9641c1
smbd: split read-only checks in smbd_calculate_maximum_allowed_access_fsp()

Prepares for adjusting the permission when the FILE_ATTRIBUTE_READONLY is set in
the next commmit.

No change in behaviour.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=16030

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/open.c