[][src]Function linux::syscall::setgroups

pub fn setgroups(buf: &[gid_t]) -> c_int

Sets the supplementary groups of this process.

[argument, buf] The buffer that contains the groups.

[return_value] Returns success or an error value.

= See also

  • link:man:setgroups(2)