chiark / gitweb /
polkit: spawn agent in --fallback mode
authorLennart Poettering <lennart@poettering.net>
Fri, 13 Apr 2012 19:52:25 +0000 (21:52 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 13 Apr 2012 19:52:42 +0000 (21:52 +0200)
TODO
src/shared/spawn-polkit-agent.c

diff --git a/TODO b/TODO
index 2e20fd46e549114e95635e976a5c4cb80a8dc16b..fa0905657ced75b684e5c5ab2f115ceb1e6f23b6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,8 +21,6 @@ Features:
 
 * place start-pre/start-post/... scripts in sub cgrouprs
 
 
 * 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
 * make gtk-doc optional (like kmod?)
 
 * udev: find a way to tell udev to not cancel firmware requests in initramfs
index fd72588417180352d0f1ef16f360fe87747af1d0..fcb3722ddf90e4f99aaaa49a7db3287e185b15ff 100644 (file)
@@ -57,7 +57,7 @@ int polkit_agent_open(void) {
         r = fork_agent(&agent_pid,
                        &pipe_fd[1], 1,
                        POLKIT_AGENT_BINARY_PATH,
         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]);
 
         /* Close the writing side, because that's the one for the agent */
         close_nointr_nofail(pipe_fd[1]);