Lines Matching refs:setreuid
11 * Test setreuid() when executed by an unpriviledged user.
33 "setreuid(nobody, nobody)"},
35 "setreuid(-1, nobody)"},
37 "setreuid(nobody, -1)"},
39 "setreuid(-1, -1)"},
41 "setreuid(-1, root)"},
43 "setreuid(root, -1)"},
45 &nobody_uid, "setreuid(root, root)"},
47 &nobody_uid, "setreuid(root, nobody)"},
49 &nobody_uid, "setreuid(root, other)"},
51 &nobody_uid, "setreuid(other, root)"},
53 &nobody_uid, "setreuid(other, -1)"},
55 &nobody_uid, "setreuid(other, other)"},
57 &nobody_uid, "setreuid(other, nobody)"},
59 &nobody_uid, "setreuid(nobody, other)"},
73 UID16_CHECK(root_uid, setreuid);
74 UID16_CHECK(nobody_uid, setreuid);
75 UID16_CHECK(other_uid, setreuid);