blob: 4034fd087a301c5b099dfeea8fb5286c35935fe8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- dwf_main.c.orig Mon Jul 30 05:14:43 2001
+++ dwf_main.c Sat Aug 25 19:44:40 2001
@@ -251,7 +251,7 @@
wprintLib( "can not change directory to root" );
return -1;
}
- umask( 0 );
+ umask( 0117 );
if( getrlimit( RLIMIT_NOFILE, &filelimit ) < 0 )
{
wprintLib( "can not get system limits" );
|