By default directory creation shouldn&#39;t be in mode 0755 instead of 0777?<br><br>For example in app_monitor.c (trunk version), line 375 ast_mkdir(tmp, 0777); should be, I think,&nbsp; ast_mkdir(tmp, 0755);<br><br>Each time ast_mkdir is called with 0777 mode.
<br><br>Hope help.<br><br>Eric Dantie<br><br>