diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-06-01 09:11:18 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-06-01 09:11:18 +0200 |
commit | 0f1808aad1a0be91d4cc2cd9ddfc6e2c0cf2590f (patch) | |
tree | f01740d300c0d97ee2c721c133d8a74c9223f978 /runtime/rsconf.h | |
parent | 21307645db3b938982b5d2b7b6f48648f62e77e5 (diff) | |
download | rsyslog-0f1808aad1a0be91d4cc2cd9ddfc6e2c0cf2590f.tar.gz rsyslog-0f1808aad1a0be91d4cc2cd9ddfc6e2c0cf2590f.tar.bz2 rsyslog-0f1808aad1a0be91d4cc2cd9ddfc6e2c0cf2590f.zip |
cleaned-up umask handling
Diffstat (limited to 'runtime/rsconf.h')
-rw-r--r-- | runtime/rsconf.h | 1 |
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? |