Home
last modified time | relevance | path

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

/openbmc/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() function
522 test_setgroups(allowed_supp_groups, 2, true); in main()
523 test_setgroups(disallowed_supp_groups, 2, false); in main()