Lines Matching refs:nobody_uid
23 static uid_t nobody_uid, other_uid, neg_one = -1;
34 {&neg_one, &neg_one, &other_uid, &nobody_uid, &other_uid, &other_uid,
36 {&neg_one, &nobody_uid, &neg_one, &nobody_uid, &nobody_uid, &other_uid,
38 {&other_uid, &neg_one, &neg_one, &other_uid, &nobody_uid, &other_uid,
41 {&nobody_uid, &other_uid, &nobody_uid, &nobody_uid, &other_uid,
42 &nobody_uid, "setresuid(nobody, other, nobody)"},
50 nobody_uid = test_users[0] = pw->pw_uid;
54 UID16_CHECK(nobody_uid, setresuid);
57 SAFE_SETRESUID(nobody_uid, other_uid, nobody_uid);