If user does not have any types then gumd will give normal user type forced
So there were included so many noise users
This patch will collect absolute normal type users
Change-Id: Ifadd243ec6a0cc9f76dda52ee1f86fd32f66c389
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
if (ut == GUM_USERTYPE_NONE) {
if (pent->pw_uid >=sys_uid_min && pent->pw_uid <= sys_uid_max)
ut = GUM_USERTYPE_SYSTEM;
- else
- ut = GUM_USERTYPE_NORMAL;
}
if (ut & in_types) {
g_variant_builder_add (&builder, "u", pent->pw_uid);