posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
XSI_USER_GROUPS

XSI User and Group option group (placeholder). More...

Functions

int setregid (gid_t rgid, gid_t egid)
 Set the real and effective group IDs (XSI extension).
 
int setreuid (uid_t ruid, uid_t euid)
 Set the real and effective user IDs (XSI extension).
 

Detailed Description

XSI User and Group option group (placeholder).

See also
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html
https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_subprofiles.html

Function Documentation

◆ setregid()

int setregid ( gid_t  rgid,
gid_t  egid 
)

Set the real and effective group IDs (XSI extension).

See also
https://pubs.opengroup.org/onlinepubs/9699919799/functions/setregid.html

◆ setreuid()

int setreuid ( uid_t  ruid,
uid_t  euid 
)

Set the real and effective user IDs (XSI extension).

See also
https://pubs.opengroup.org/onlinepubs/9699919799/functions/setreuid.html