aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-04-14 16:21:29 +0900
committerRiccardo Spagni <ric@spagni.net>2016-04-14 16:21:29 +0900
commita299e5269b4a46f80a340940ec21f707e8dc8c7c (patch)
tree40e88484567b12235b1632faf759fc8788f07355 /src/common/util.h
parentMerge pull request #800 (diff)
parentsimplewallet: set strict umask at start (diff)
downloadmonero-a299e5269b4a46f80a340940ec21f707e8dc8c7c.tar.xz
Merge pull request #801
ed61a2c simplewallet: set strict umask at start (moneromooo-monero) 7385c03 util: add a function to set umask to 077 (moneromooo-monero)
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 7554b1df7..ed1c16cb0 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -158,4 +158,6 @@ namespace tools
/*! \brief where the installed handler is stored */
static std::function<void(int)> m_handler;
};
+
+ void set_strict_default_file_permissions(bool strict);
}