]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: drop requirement for full open for READ_CONTROL_ACCESS, WRITE_DAC_ACCESS and...
authorRalph Boehme <slow@samba.org>
Sat, 8 May 2021 19:45:25 +0000 (21:45 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 2 Aug 2021 17:14:34 +0000 (17:14 +0000)
commite71e373a07e467ff2d2328f39bd2bc285e2ba840
tree715e2180ec5ea2c15536d5afbf28d2021eceb16f
parent7818513053aabda046645583fa5bb79a03e2b5ac
smbd: drop requirement for full open for READ_CONTROL_ACCESS, WRITE_DAC_ACCESS and WRITE_OWNER_ACCESS

This was needed before we had pathref fsps, with pathref fsps we can do
operation requiring WRITE_OWNER_ACCESS, WRITE_DAC_ACCESS and READ_CONTROL_ACCESS
on the pathref fsp.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c