From 8aec53fb902563208f27a4452cec52190e901f32 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 13 Apr 2012 21:52:25 +0200 Subject: polkit: spawn agent in --fallback mode --- src/shared/spawn-polkit-agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/spawn-polkit-agent.c') diff --git a/src/shared/spawn-polkit-agent.c b/src/shared/spawn-polkit-agent.c index fd72588417..fcb3722ddf 100644 --- a/src/shared/spawn-polkit-agent.c +++ b/src/shared/spawn-polkit-agent.c @@ -57,7 +57,7 @@ int polkit_agent_open(void) { r = fork_agent(&agent_pid, &pipe_fd[1], 1, POLKIT_AGENT_BINARY_PATH, - POLKIT_AGENT_BINARY_PATH, "--notify-fd", notify_fd, NULL); + POLKIT_AGENT_BINARY_PATH, "--notify-fd", notify_fd, "--fallback", NULL); /* Close the writing side, because that's the one for the agent */ close_nointr_nofail(pipe_fd[1]); -- cgit v1.2.3-54-g00ecf