* Set umask to 0022 on startup.
This commit is contained in:
parent
5908663f42
commit
f66055fa1e
3 changed files with 6 additions and 0 deletions
|
@ -301,6 +301,8 @@ void printUsage()
|
|||
/* Parse the command-line arguments, call the right operation. */
|
||||
void run(Strings::iterator argCur, Strings::iterator argEnd)
|
||||
{
|
||||
umask(0022);
|
||||
|
||||
Strings extraArgs;
|
||||
enum { cmdUnknown, cmdInstantiate } command = cmdUnknown;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue