chiark / gitweb /
nss-mymachines: map userns users of containers to real user names
[elogind.git] / src / libelogind / sd-bus / bus-creds.h
index 74062a583de0f6cc6d922eba4ee2aff641f7a62b..209d2161233726374dc5e7ec17b869e58e86be58 100644 (file)
@@ -44,6 +44,7 @@ struct sd_bus_creds {
         gid_t *supplementary_gids;
         unsigned n_supplementary_gids;
 
+        pid_t ppid;
         pid_t pid;
         pid_t tid;
 
@@ -60,6 +61,9 @@ struct sd_bus_creds {
         char *unit;
         char *user_unit;
         char *slice;
+        char *user_slice;
+
+        char *tty;
 
         uint32_t *capability;