chiark / gitweb /
bus: introduce "trusted" bus concept and encode access control in object vtables
[elogind.git] / src / libsystemd-bus / bus-internal.h
index 4881e0427c9ae8bbec29377db6e325512f56bc27..1be7488ab93f8067a60a8fca622f4f83ec824a56 100644 (file)
@@ -159,6 +159,7 @@ struct sd_bus {
         bool match_callbacks_modified:1;
         bool filter_callbacks_modified:1;
         bool nodes_modified:1;
+        bool trusted:1;
 
         int use_memfd;