nuttx/wireless/ieee802154
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
ieee802154_primitive.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Kconfig
mac802154.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154.h
mac802154_assoc.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_assoc.h
mac802154_bind.c
mac802154_data.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_data.h
mac802154_device.c drivers/: Multiple Drivers Are Registered With World Writable - Part 2 2026-07-15 15:27:28 +08:00
mac802154_disassoc.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_get_mhrlen.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_getset.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_gts.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_internal.h include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_ioctl.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_loopback.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_netdev.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_orphan.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_poll.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_poll.h
mac802154_purge.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_reset.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_rxenable.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_scan.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_scan.h
mac802154_start.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_sync.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Make.defs
README.txt

This will eventually hold some general documentation for the IEEE 802.15.4
MAC implementation.

NOTE: Throughout the code, excerpts from the standard are quoted as to make
the code thoroughly readable. I have tried, to always put a reference [1] and
page number.  Below is the references that correspond with the reference number

[1]