Home | History | Annotate | Download | only in getresgid

Lines Matching full:effective

24  *  Verify that getresgid() will be successful to get the real, effective
26 * the effective/saved gids to that of specified user.
29 * getresgid() should return with 0 value and the real/effective/saved
85 gid_t pr_gid, pe_gid, ps_gid; /* calling process real/effective/saved gid */
105 * Call getresgid() to get the real/effective/saved
117 * Verify the real/effective/saved gid
123 tst_resm(TFAIL, "real:%d, effective:%d, "
138 * Get the real/effective/saved user id of the calling process.
153 /* Get effective gid of LTPUSER user from passwd file */
158 /* Effective user-id of the test-user LTPUSER */
165 * Set the effective user-id of the process to that of
184 /* Reset the effective/saved gid of the calling process */
186 tst_brkm(TBROK, NULL, "resetting process effective gid failed");