nuttx-apps/examples/hello
Abhishek Mishra 7358692c59 system/sudo: add setuid privilege helper
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>
2026-08-17 09:06:13 -03:00
..
CMakeLists.txt system/sudo: add setuid privilege helper 2026-08-17 09:06:13 -03:00
hello_main.c examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Kconfig system/sudo: add setuid privilege helper 2026-08-17 09:06:13 -03:00
Make.defs examples: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Makefile system/sudo: add setuid privilege helper 2026-08-17 09:06:13 -03:00