Comment 1 for bug 1776468

Revision history for this message
Miguel Angel Ajo (mangelajo) wrote :

We need to initialise privsep properly at start:

def get_root_helper(conf):
    return conf.AGENT.root_helper

def setup_privsep():
    priv_context.init(root_helper=shlex.split(get_root_helper(cfg.CONF)))