mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
restrict file permissions on linux to the user only
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@47 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
parent
e39bc50eb4
commit
e899779450
2 changed files with 2 additions and 1 deletions
1
ui.cpp
1
ui.cpp
|
|
@ -3494,6 +3494,7 @@ bool CMyApp::OnInit2()
|
|||
SetAppName("Bitcoin");
|
||||
#else
|
||||
SetAppName("bitcoin");
|
||||
umask(077);
|
||||
#endif
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue