mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 20:18:17 +00:00
Track supplementary GIDs per task group, wire setgroups/getgroups syscalls when CONFIG_SCHED_NGROUPS > 0, and honor them in DAC checks via nxsched_has_gid(). When NGROUPS is 0, libc provides getgroups/ setgroups stubs. initgroups() fails instead of silently truncating when membership exceeds CONFIG_SCHED_NGROUPS. Signed-off-by: Abhishek Mishra <mishra.abhishek2808@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| lib_find_grpfile.c | ||
| lib_getgrbuf.c | ||
| lib_getgrbufr.c | ||
| lib_getgrgid.c | ||
| lib_getgrgidr.c | ||
| lib_getgrnam.c | ||
| lib_getgrnamr.c | ||
| lib_getgrouplist.c | ||
| lib_grp.h | ||
| lib_grp_globals.c | ||
| lib_initgroups.c | ||
| Make.defs | ||