nuttx-apps/builtin
fangxinyong b0933fe431 builtin: uid and gid configuration for builtin app
File uid and gid configuration for builtin fs, if set-user-ID bit is set
in the file permissions, then the euid of process set as file uid. Use
the confiuration to emulate builtin app set.

MODE must octal number and use similar with linux chmod OCTAL-MODE FILE
UID  = 2000
GID  = 3000
MODE = 06555

Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>
2023-08-14 11:47:55 +08: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: uid and gid configuration for builtin app 2023-08-14 11:47:55 +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 add initial cmake build system 2023-07-08 13:52:02 +08:00
exec_builtin.c Rename task_spawnattr_setstacksize to posix_spawnattr_setstacksize 2022-11-01 09:51:08 +09:00
Make.defs Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) 2022-10-16 14:59:08 +02:00
Makefile Enhance Makefile to avoid "Argument list too long" 2023-08-10 11:16:07 +08:00