mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ieee802154_primitive.c | ||
| Kconfig | ||
| mac802154.c | ||
| mac802154.h | ||
| mac802154_assoc.c | ||
| mac802154_assoc.h | ||
| mac802154_bind.c | ||
| mac802154_data.c | ||
| mac802154_data.h | ||
| mac802154_device.c | ||
| mac802154_disassoc.c | ||
| mac802154_get_mhrlen.c | ||
| mac802154_getset.c | ||
| mac802154_gts.c | ||
| mac802154_internal.h | ||
| mac802154_ioctl.c | ||
| mac802154_loopback.c | ||
| mac802154_netdev.c | ||
| mac802154_orphan.c | ||
| mac802154_poll.c | ||
| mac802154_poll.h | ||
| mac802154_purge.c | ||
| mac802154_reset.c | ||
| mac802154_rxenable.c | ||
| mac802154_scan.c | ||
| mac802154_scan.h | ||
| mac802154_start.c | ||
| mac802154_sync.c | ||
| 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]