![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
POSIX User and Group option group (placeholder). More...
Functions | |
| gid_t | getegid (void) |
| Get the effective group ID of the calling process. | |
| uid_t | geteuid (void) |
| Get the effective user ID of the calling process. | |
| gid_t | getgid (void) |
| Get the real group ID of the calling process. | |
| int | getgroups (int gidsetsize, gid_t grouplist[]) |
| Get the supplementary group IDs of the calling process. | |
| char * | getlogin (void) |
| Get the login name of the user. | |
| uid_t | getuid (void) |
| Get the real user ID of the calling process. | |
| int | setegid (gid_t gid) |
| Set the effective group ID of the calling process. | |
| int | seteuid (uid_t uid) |
| Set the effective user ID of the calling process. | |
| int | setgid (gid_t gid) |
| Set the real group ID of the calling process. | |
| int | setuid (uid_t uid) |
| Set the real user ID of the calling process. | |
POSIX User and Group option group (placeholder).
| gid_t getegid | ( | void | ) |
Get the effective group ID of the calling process.
| uid_t geteuid | ( | void | ) |
Get the effective user ID of the calling process.
| gid_t getgid | ( | void | ) |
Get the real group ID of the calling process.
| int getgroups | ( | int | gidsetsize, |
| gid_t | grouplist[] | ||
| ) |
Get the supplementary group IDs of the calling process.
| char * getlogin | ( | void | ) |
Get the login name of the user.
| uid_t getuid | ( | void | ) |
Get the real user ID of the calling process.
| int setegid | ( | gid_t | gid | ) |
Set the effective group ID of the calling process.
| int seteuid | ( | uid_t | uid | ) |
Set the effective user ID of the calling process.
| int setgid | ( | gid_t | gid | ) |
Set the real group ID of the calling process.
| int setuid | ( | uid_t | uid | ) |
Set the real user ID of the calling process.