Merge 6e08e5cb5c into merged_master (Bitcoin PR bitcoin/bitcoin#17127)

This commit is contained in:
Byron Hambly 2025-04-05 14:44:25 +02:00
commit 8df89b56d5
9 changed files with 57 additions and 15 deletions

View file

@ -86,7 +86,7 @@ bool GenerateAuthCookie(std::string *cookie_out)
std::string cookie = COOKIEAUTH_USER + ":" + HexStr(rand_pwd);
/** the umask determines what permissions are used to create this file -
* these are set to 077 in init.cpp unless overridden with -sysperms.
* these are set to 0077 in util/system.cpp.
*/
std::ofstream file;
fs::path filepath_tmp = GetAuthCookieFile(true);