[systemd-commits] TODO src/shared

Lennart Poettering lennart at kemper.freedesktop.org
Fri Apr 13 12:52:54 PDT 2012


 TODO                            |    2 --
 src/shared/spawn-polkit-agent.c |    2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 8aec53fb902563208f27a4452cec52190e901f32
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Apr 13 21:52:25 2012 +0200

    polkit: spawn agent in --fallback mode

diff --git a/TODO b/TODO
index 2e20fd4..fa09056 100644
--- a/TODO
+++ b/TODO
@@ -21,8 +21,6 @@ Features:
 
 * place start-pre/start-post/... scripts in sub cgrouprs
 
-* Make RuntimeWatchdogUSec= property writable
-
 * make gtk-doc optional (like kmod?)
 
 * udev: find a way to tell udev to not cancel firmware requests in initramfs
diff --git a/src/shared/spawn-polkit-agent.c b/src/shared/spawn-polkit-agent.c
index fd72588..fcb3722 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]);



More information about the systemd-commits mailing list