mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-19 04:28:28 +00:00
Install a UNIX-style setuid-root sudo app: the kernel raises euid on exec, userspace verifies the caller with passwd_verify(), then setresuid/setgroups and execvp() run the command. Ostest covers setuid exec after a hard credential drop. Signed-off-by: Abhishek Mishra <mishra.abhishek2808@gmail.com> |
||
|---|---|---|
| .. | ||
| registry | ||
| .gitignore | ||
| builtin_list.c | ||
| builtin_list.h.in | ||
| builtin_proto.h.in | ||
| CMakeLists.txt | ||
| exec_builtin.c | ||
| Make.defs | ||
| Makefile | ||