Searched refs:group_names (Results 1 – 1 of 1) sorted by relevance
70 static const std::vector<std::string> group_names{ in DropRootUser() local73 std::vector<gid_t> groups(group_names.size(), 0); in DropRootUser()74 for (size_t i = 0; i < group_names.size(); ++i) { in DropRootUser()75 grp = getgrnam(group_names[i].c_str()); in DropRootUser()78 MYLOGE("Unable to get required gid '%s': %s\n", group_names[i].c_str(), in DropRootUser()