chiark / gitweb /
core: Verify systemd1 DBus method callers via polkit
[elogind.git] / src / core / manager.h
index aa6c76fa5a4138824a6bbbf7d04c5df0510ff30c..7cb76f7f0044316739f87d09ceaed9bae4d249c7 100644 (file)
@@ -276,6 +276,9 @@ struct Manager {
 
         /* Reference to the kdbus bus control fd */
         int kdbus_fd;
+
+        /* Used for processing polkit authorization responses */
+        Hashmap *polkit_registry;
 };
 
 int manager_new(SystemdRunningAs running_as, bool test_run, Manager **m);