AllStarLink / app_rpt

Refactoring and upgrade of AllStarLink's app_rpt, etc.
9 stars 9 forks source link

Correct incorrect "archivedir" filesystem permissions #342

Closed Allan-N closed 4 months ago

Allan-N commented 4 months ago

Newly created directories should be created with the eXecute bit set (e.g. 0700). Found and fixed a few calls to mkdir() that were setting mode 0600 (incorrect) instead of the mode 0700 (expected).

Also corrected two log messages that were correctly/fully reporting the specific filenames that could not be opened.