diff options
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? |