sys_setgroups [kernel/sys.c] | |||||||||||||
Arguments
Return values If the system call succeeds the return value is 0.
Remarks A process can have up to at least NGROUPS_MAX supplementary group IDs in addition to the effective group ID. The set of supplementary group IDs is inherited from the parent process and may be changed using sys_setgroups. The maximum number of supplementary group IDs can be found using sysconf (man 3 sysconf). Compatibility n/a |