mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
|
Some checks are pending
Build Documentation / build-html (push) Waiting to run
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
Perform pseudo-filesystem permission checks inside inode_reserve() and inode_remove() while the inode tree lock is held, and hold that lock across pseudorename mutations so symlink swaps cannot bypass directory checks. Hold a read lock around pseudo-fs open permission checks. On setuid/setgid exec, update saved set-IDs, mark the task group secure, sanitize dangerous environment variables, clear debug/dumpable flags, and add issetugid(), secure_getenv(), and PR_SET/GET_DUMPABLE support. Signed-off-by: Abhishek Mishra <mishra.abhishek2808@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| lib_access.c | ||
| lib_alarm.c | ||
| lib_chdir.c | ||
| lib_confstr.c | ||
| lib_crypt.c | ||
| lib_crypt_r.c | ||
| lib_daemon.c | ||
| lib_execl.c | ||
| lib_execle.c | ||
| lib_execv.c | ||
| lib_fchdir.c | ||
| lib_fchownat.c | ||
| lib_flock.c | ||
| lib_fork.c | ||
| lib_fstatvfs.c | ||
| lib_futimes.c | ||
| lib_getcwd.c | ||
| lib_getegid.c | ||
| lib_getentropy.c | ||
| lib_geteuid.c | ||
| lib_getgid.c | ||
| lib_getgroups.c | ||
| lib_gethostname.c | ||
| lib_getopt.c | ||
| lib_getopt_common.c | ||
| lib_getopt_long.c | ||
| lib_getopt_longonly.c | ||
| lib_getoptargp.c | ||
| lib_getopterrp.c | ||
| lib_getoptindp.c | ||
| lib_getoptoptp.c | ||
| lib_getoptvars.c | ||
| lib_getpass.c | ||
| lib_getpgid.c | ||
| lib_getpgrp.c | ||
| lib_getpriority.c | ||
| lib_getresgid.c | ||
| lib_getresuid.c | ||
| lib_getrlimit.c | ||
| lib_getrusage.c | ||
| lib_getsid.c | ||
| lib_getuid.c | ||
| lib_issetugid.c | ||
| lib_linkat.c | ||
| lib_lockf.c | ||
| lib_lutimes.c | ||
| lib_nice.c | ||
| lib_pathconf.c | ||
| lib_pipe.c | ||
| lib_posix_fallocate.c | ||
| lib_readlinkat.c | ||
| lib_restoredir.c | ||
| lib_setegid.c | ||
| lib_seteuid.c | ||
| lib_setgid.c | ||
| lib_sethostname.c | ||
| lib_setpgid.c | ||
| lib_setpriority.c | ||
| lib_setregid.c | ||
| lib_setreuid.c | ||
| lib_setrlimit.c | ||
| lib_setsid.c | ||
| lib_setuid.c | ||
| lib_sleep.c | ||
| lib_statvfs.c | ||
| lib_swab.c | ||
| lib_symlinkat.c | ||
| lib_sysconf.c | ||
| lib_times.c | ||
| lib_truncate.c | ||
| lib_ulimit.c | ||
| lib_unlinkat.c | ||
| lib_usleep.c | ||
| lib_utime.c | ||
| lib_utimes.c | ||
| Make.defs | ||
| unistd.h | ||