Fix node daemon log file permissions
The creation of the log file for the node daemon lacks the mode parameter, so after applying the current umask, the file got 0700 permissions. Restrict this to the correct 0600. Reviewed-by: schreiberal
Loading
Please register or sign in to comment