Skip to main content

SYS_SETGID

Constant SYS_SETGID 

Source
pub const SYS_SETGID: usize = 340;
Expand description

Set the real group ID of the calling process.

  • gid: new real group ID

Requires root privileges. Also sets the effective GID.