summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-06-01 09:11:18 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-06-01 09:11:18 +0200
commit0f1808aad1a0be91d4cc2cd9ddfc6e2c0cf2590f (patch)
treef01740d300c0d97ee2c721c133d8a74c9223f978 /runtime/rsconf.h
parent21307645db3b938982b5d2b7b6f48648f62e77e5 (diff)
downloadrsyslog-0f1808aad1a0be91d4cc2cd9ddfc6e2c0cf2590f.tar.gz
rsyslog-0f1808aad1a0be91d4cc2cd9ddfc6e2c0cf2590f.tar.xz
rsyslog-0f1808aad1a0be91d4cc2cd9ddfc6e2c0cf2590f.zip
cleaned-up umask handling
Diffstat (limited to 'runtime/rsconf.h')
-rw-r--r--runtime/rsconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsconf.h b/runtime/rsconf.h
index e26b1df6..8715cf1b 100644
--- a/runtime/rsconf.h
+++ b/runtime/rsconf.h
@@ -69,6 +69,7 @@ struct globals_s {
config) if there was any issue in conf */
int uidDropPriv; /* user-id to which priveleges should be dropped to */
int gidDropPriv; /* group-id to which priveleges should be dropped to */
+ int umask; /* umask to use */
uchar *pszConfDAGFile; /* name of config DAG file, non-NULL means generate one */
// TODO are the following ones defaults?