Gregory Nutt
|
a2bf7057f6
|
libc/libc/unistd/: Add stubs for geteuid(), getegid(), seteuid(), and setegid(). NuttX does not currently support effective user/group IDs, but these stubs will support linkage of appliations that expect these POSIX standard interfaces.
|
2019-09-03 10:57:51 -06:00 |
|
Gregory Nutt
|
ec5120f69e
|
sched/group and syscall/: Implement 'real' setuid, getuid, setgid, and getgid interfaces. These will be inheritance by all child task groups.
|
2019-08-06 14:13:43 -06:00 |
|
Gregory Nutt
|
945e27d85c
|
libs/libc/unistd.h: Add getuid() and getgid() to match Michael Jung's setuid() and setgid().
|
2019-08-06 12:38:43 -06:00 |
|