Home
last modified time | relevance | path

Searched refs:child_groups (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c378 static void test_setgroups(gid_t* child_groups, size_t len, bool expect_success) in test_setgroups() argument
391 if (setgroups(len, child_groups) != 0) in test_setgroups()
397 if (child_groups[i] == groupset[j]) in test_setgroups()