nuttx-apps/builtin
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
..
registry app/builtin: simplify the application registraion flow 2020-05-18 09:51:09 -06:00
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 15:56:35 +01:00
builtin_list.c builtin: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
builtin_list.h.in add initial cmake build system 2023-07-08 13:52:02 +08:00
builtin_proto.h.in add initial cmake build system 2023-07-08 13:52:02 +08:00
CMakeLists.txt cmake:builtin register support NONE srcs target 2025-01-09 22:41:01 +08:00
exec_builtin.c system/sudo: add setuid privilege helper 2026-08-17 09:06:13 -03:00
Make.defs builtin: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Makefile builtin: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00