AllStarLink / app_rpt

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

Correct incorrect "archivedir" filesystem permissions #342

Closed Allan-N closed 2 months ago

Allan-N commented 3 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.