summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-02 17:13:13 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-02 17:13:13 +0200
commit3ad873e17adf89de8437aa5638b412e9fc730acf (patch)
tree27e07e71407277803d76392462422a39f127f9e4 /runtime
parent25045234c247a31bee3ba2891d7b81da822d9648 (diff)
downloadrsyslog-3ad873e17adf89de8437aa5638b412e9fc730acf.tar.gz
rsyslog-3ad873e17adf89de8437aa5638b412e9fc730acf.tar.xz
rsyslog-3ad873e17adf89de8437aa5638b412e9fc730acf.zip
step: action queues now activated only AFTER privilege drop
Diffstat (limited to 'runtime')
-rw-r--r--runtime/rsconf.c1
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();