Lines Matching refs:setreuid
11 * Test the setreuid() feature, verifying the role of the saved-set-uid
12 * and setreuid's effect on it.
35 "setreuid(nobody, root)"},
37 "setreuid(-1, nobody)"},
39 "setreuid(-1, root)"},
41 "setreuid(main, -1)"},
43 "setreuid(-1, other)"},
45 "setreuid(-1, root)"},
47 "setreuid(-1, nobody)"},
49 "setreuid(-1, main)"},
51 "setreuid(-1, other)"},
53 "setreuid(other, main)"},
55 "setreuid(-1, other)"},
57 "setreuid(-1, main)"},
59 "setreuid(main, -1)"},
61 "setreuid(-1, other)"},
76 UID16_CHECK(root_uid, setreuid);
77 UID16_CHECK(nobody_uid, setreuid);
78 UID16_CHECK(main_uid, setreuid);
79 UID16_CHECK(other_uid, setreuid);