[asterisk-dev] default create directory permission 0755 instead of 0777
Eric Dantie
edantie at gmail.com
Tue Aug 7 03:39:51 CDT 2007
By default directory creation shouldn't be in mode 0755 instead of 0777?
For example in app_monitor.c (trunk version), line 375 ast_mkdir(tmp, 0777);
should be, I think, ast_mkdir(tmp, 0755);
Each time ast_mkdir is called with 0777 mode.
Hope help.
Eric Dantie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20070807/cae672ab/attachment.htm
More information about the asterisk-dev
mailing list