Change the mask used when creating temporary files from 777 to 700, to prevent
authorDavid Dykstra <dwd@samba.org>
Mon, 1 Mar 1999 21:22:54 +0000 (21:22 +0000)
committerDavid Dykstra <dwd@samba.org>
Mon, 1 Mar 1999 21:22:54 +0000 (21:22 +0000)
an obscure race-condition security hole where a file may for a short time
have the wrong group.  Could have used 707 instead but that's just too weird
of a permission.  The define name used to be ACCESSPERMS but that is defined
as 777 on Linux, so changed the name to INITPERMMASK.


No differences found