Re: [Zope-dev] Umask? On Windows 98? Ha!

2002-03-18 Thread Lennart Regebro
From: "Behrens Matt - Grand Rapids" <[EMAIL PROTECTED]> > Second, you are confusing umasks with modes. When you create a file on > UNIX its modes are 0666 & umask, directory 0777 & umask. Oh, yeah, right... > Yes, but it's not silly to check for os.name == 'posix', which I will > fix on my

Re: [Zope-dev] Umask? On Windows 98? Ha!

2002-03-18 Thread Matt Behrens
Lennart Regebro wrote: > I get this message when starting Zope 2.5.1b1 on Windows 98: No you didn't, you got it on the trunk. I just double-checked. My big security patch was never checked in on the 2.5 branch. > 2002-03-18T19:32:15 INFO(0) z2 Your umask of 000 may be too permissive; for > t

[Zope-dev] Umask? On Windows 98? Ha!

2002-03-18 Thread Lennart Regebro
I get this message when starting Zope 2.5.1b1 on Windows 98: 2002-03-18T19:32:15 INFO(0) z2 Your umask of 000 may be too permissive; for the security of your Zope data, it is recommended you use 077 That's rather silly on Windows 98. :-) A couple of questions: - Should that really be 077? That