mirror of
https://github.com/apache/nuttx.git
synced 2026-08-13 16:35:21 +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> |
||
|---|---|---|
| .. | ||
| proxies | ||
| stubs | ||
| wraps | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Makefile | ||
| syscall.csv | ||
| syscall_names.c | ||
| syscall_stublookup.c | ||
| syscall_wraps.h | ||