Searched refs:test_setuid (Results 1 – 1 of 1) sorted by relevance
205 static void test_setuid(uid_t child_uid, bool expect_success) in test_setuid() function312 test_setuid(ROOT_USER, false); in main()313 test_setuid(ALLOWED_CHILD1, true); in main()314 test_setuid(ALLOWED_CHILD2, true); in main()315 test_setuid(NO_POLICY_USER, false); in main()323 test_setuid(2, false); in main()324 test_setuid(3, false); in main()325 test_setuid(4, false); in main()