chiark / gitweb /
sd-bus: never augment creds when we are operating on remote connections (#6217)
[elogind.git] / src / libelogind / sd-bus / bus-internal.h
index 4c912f582dde01e34d098256b50c9488c14675d9..4818ae28b5ffa074d6dc07079f527323f7ab207b 100644 (file)
@@ -212,6 +212,7 @@ struct sd_bus {
         bool exit_on_disconnect:1;
         bool exited:1;
         bool exit_triggered:1;
+        bool is_local:1;
 
         int use_memfd;