nuttx/fs/shm
Abhishek Mishra fe28fb033c fs: enforce permission checks when opening IPC pseudo-inodes
Use inode_checkopenperm() for message queues, named semaphores, and
shm, and reallocate mqueue state when reopening after the last close.

Signed-off-by: Abhishek Mishra <mishra.abhishek2808@gmail.com>
2026-07-30 09:48:10 +08:00
..
CMakeLists.txt fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
Kconfig fs/shmfs: Fix CONFIG_FS_SHM -> CONFIG_FS_SHMFS 2024-01-31 08:51:52 -08:00
Make.defs fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
shm_open.c fs: enforce permission checks when opening IPC pseudo-inodes 2026-07-30 09:48:10 +08:00
shm_unlink.c fs: Move inotify.c from fs/notify/ to fs/vfs/ 2025-06-23 18:17:10 -03:00
shmfs.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
shmfs.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
shmfs_alloc.c fs/shm/shmfs_alloc.c: Allocate zero-initialized memory in flat build 2024-12-12 21:47:41 +08:00