chiark / gitweb /
sd-bus: allow setting a per-connection default value for the "allow-interactive-authe...
[elogind.git] / src / libsystemd / sd-bus / bus-internal.h
index e9f1a816aa38be04f45628c6f0c0a8f9d758a759..bebb2c2fac37ec2aee4c96b8605d1a1381670959 100644 (file)
@@ -211,6 +211,7 @@ struct sd_bus {
         bool manual_peer_interface:1;
         bool is_system:1;
         bool is_user:1;
+        bool allow_interactive_authorization:1;
 
         int use_memfd;