mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
simplewallet: set strict umask at start
This commit is contained in:
parent
7385c036bd
commit
ed61a2ccc1
1 changed files with 1 additions and 0 deletions
|
@ -2807,6 +2807,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
std::string lang = i18n_get_language();
|
||||
tools::sanitize_locale();
|
||||
tools::set_strict_default_file_permissions(true);
|
||||
|
||||
string_tools::set_module_name_and_folder(argv[0]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue