Skip to main content

SYS_SETUID

Constant SYS_SETUID 

Source
pub const SYS_SETUID: usize = 339; // 339usize
Expand description

Set the real user ID of the calling process.

  • uid: new real user ID

Requires root privileges. Also sets the effective UID.