Function lrs::syscall::setgroups

Sets the supplementary groups of this process.

Syntax

fn setgroups(buf: &[u32]) -> i32

Arguments

NameDescription
buf

The buffer that contains the groups.

Return value

Returns success or an error value.

See also