nuttx/drivers/ipcc
Catalin Visinescu 081e4c478a drivers/: Multiple Drivers Are Registered With World Writable - Part 2
Permissions (Part 2)

Description:

In kernel builds, any unprivileged process running on the NuttX
device can open /dev/efuse and attempt to read/write fuse content.
Reading the fuses may provide valuable information to an attacker
controlling the user process. The write operation, in extreme cases
where the fuse blocks are not locked, may brick the device.

DISCLAIMER: I tried to be strict with the settings, better to relax them
later if it's needed.

This is part of https://github.com/apache/nuttx/issues/19410

See https://github.com/apache/nuttx/issues/19410

Compiles ok.

Signed-off-by: Catalin Visinescu <catalin_visinescu@yahoo.com>
2026-07-15 15:27:28 +08:00
..
CMakeLists.txt drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ipcc_close.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
ipcc_open.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
ipcc_poll.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ipcc_priv.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ipcc_read.c fs/drivers: Avoid causing a busy loop in the program due to context switching induced by sem_post. 2025-03-17 10:44:26 +01:00
ipcc_register.c drivers/: Multiple Drivers Are Registered With World Writable - Part 2 2026-07-15 15:27:28 +08:00
ipcc_unlink.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
ipcc_write.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
Kconfig mm/circbuf: Remove MM_CIRCBUF option from Kconfig 2022-11-08 10:18:27 -03:00
Make.defs drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00