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
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to