]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/core-varlink.c
update TODO
[thirdparty/systemd.git] / src / core / core-varlink.c
index eca27f4d7d116c59cc8f9a87218c0fec9044b69a..54f1cc7974c93e5f9aca81fb112440c09ddac425 100644 (file)
@@ -136,6 +136,7 @@ static int build_group_json(const char *group_name, gid_t gid, JsonVariant **ret
         return json_build(ret, JSON_BUILD_OBJECT(
                                    JSON_BUILD_PAIR("record", JSON_BUILD_OBJECT(
                                        JSON_BUILD_PAIR("groupName", JSON_BUILD_STRING(group_name)),
+                                       JSON_BUILD_PAIR("description", JSON_BUILD_STRING("Dynamic Group")),
                                        JSON_BUILD_PAIR("gid", JSON_BUILD_UNSIGNED(gid)),
                                        JSON_BUILD_PAIR("service", JSON_BUILD_STRING("io.systemd.DynamicUser")),
                                        JSON_BUILD_PAIR("disposition", JSON_BUILD_STRING("dynamic"))))));