Home | History | Annotate | Download | only in setresuid

Lines Matching full:setresuid

25  * 	Test that the setresuid system call sets the proper errno
28 * effective uid of the current saved uid. Also verify that setresuid
105 "After setresuid(root, -1, -1),"}, {
107 "After setresuid(-1, -1, bin),"}, {
109 "After setresuid(-1, -1, bin),"}
135 if (setresuid(root_pw_uid, bin_pw_uid, bin_pw_uid)
137 tst_brkm(TFAIL, cleanup, "Initial setresuid failed");
147 TEST(SETRESUID(NULL, *test_data[i].real_uid,
153 tst_resm(TPASS, "setresuid(%d, %d, %d) "
159 tst_resm(TFAIL, "setresuid(%d, %d, %d) "
200 UID16_CHECK((root_pw_uid = root.pw_uid), "setresuid", cleanup)
203 UID16_CHECK((nobody_pw_uid = nobody.pw_uid), "setresuid", cleanup)
206 UID16_CHECK((bin_pw_uid = bin.pw_uid), "setresuid", cleanup)