Function lrs::syscall::setresgid

Sets the real, effective, and saved group ids of this process.

Syntax

fn setresgid(rgid: u32, egid: u32, sgid: u32) -> i32

Arguments

NameDescription
rgid
egid
sgid

Return value

Returns success or an error value.

See also