Home | History | Annotate | Download | only in src

Lines Matching full:setresuid

2017 	int main(void) { return (setresuid(0,0,0) + setresgid(0,0,0)); }