From 3ad873e17adf89de8437aa5638b412e9fc730acf Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 2 May 2011 17:13:13 +0200 Subject: step: action queues now activated only AFTER privilege drop --- runtime/rsconf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') 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(); -- cgit v1.2.3