Skip to content

credentials/file: Lock down credentials.ini file

Ray Strode requested to merge lock-down-credentials.ini-more-aggressively into master

Right now credentials.ini is protected from prying eyes by the file modes of its parent directories.

As an added layer of security this commit makes sure credentials.ini itself is also given a restrictive file mode.

Edited by Ray Strode

Merge request reports