restrict file permissions on linux to the user only

This commit is contained in:
s_nakamoto
2009-12-13 02:13:43 +00:00
parent 25b12b8839
commit bd336ba272
2 changed files with 2 additions and 1 deletions

1
ui.cpp
View File

@@ -3494,6 +3494,7 @@ bool CMyApp::OnInit2()
SetAppName("Bitcoin");
#else
SetAppName("bitcoin");
umask(077);
#endif
//