diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-05-02 17:13:13 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-05-02 17:13:13 +0200 |
commit | 3ad873e17adf89de8437aa5638b412e9fc730acf (patch) | |
tree | 27e07e71407277803d76392462422a39f127f9e4 /runtime | |
parent | 25045234c247a31bee3ba2891d7b81da822d9648 (diff) | |
download | rsyslog-3ad873e17adf89de8437aa5638b412e9fc730acf.tar.gz rsyslog-3ad873e17adf89de8437aa5638b412e9fc730acf.tar.bz2 rsyslog-3ad873e17adf89de8437aa5638b412e9fc730acf.zip |
step: action queues now activated only AFTER privilege drop
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/rsconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c index 45822f19..11eea2b7 100644 --- a/runtime/rsconf.c +++ b/runtime/rsconf.c @@ -394,6 +394,7 @@ activate(rsconf_t *cnf) CHKiRet(dropPrivileges(cnf)); + CHKiRet(activateActions()); CHKiRet(activateMainQueue()); /* finally let the inputs run... */ runInputModules(); |