Lines Matching full:effective
24 * Verify that getresuid() will be successful to get the real, effective
26 * the effective uid to that of specified user.
29 * getresuid() should return with 0 value and the effective user id
85 uid_t pr_uid, pe_uid, ps_uid; /* calling process real/effective/saved uid */
105 * Call getresuid() to get the real/effective/saved
119 tst_resm(TFAIL, "real:%d, effective:%d, "
135 * Get the real/effective/saved user id of the calling process.
155 /* Get effective uid of "ltpuser1" user from passwd file */
161 /* Effective user-id of the test-user "ltpuser1" */
165 * Set the effective user-id of the process to that of
183 /* Reset the effective/saved uid of the calling process */
185 tst_brkm(TBROK, NULL, "resetting process effective uid failed");