CVE-2019-3870 pysmbd: Ensure a zero umask is set for smbd.mkdir()
authorAndrew Bartlett <abartlet@samba.org>
Thu, 21 Mar 2019 04:24:14 +0000 (17:24 +1300)
committerKarolin Seeger <kseeger@samba.org>
Mon, 8 Apr 2019 10:27:34 +0000 (10:27 +0000)
commit17b3d2ebffd2775a3f7f5cdbe4330855f2e1b356
tree267b7a5a9cb7e127789cba114bdb34720c6374d2
parent1899e16e6f552d0ab504d19f74aa5c42ab84504a
CVE-2019-3870 pysmbd: Ensure a zero umask is set for smbd.mkdir()

mkdir() is the other call that requires a umask of 0 in Samba.

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

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
selftest/knownfail.d/pymkdir-umask [deleted file]
source3/smbd/pysmbd.c