CONFIG_MCUMGR_CMD_FS_MGMT
Enable mcumgr handlers for file management (insecure)
Type: bool
Help
Enables mcumgr handlers for file management
This option allows mcumgr clients to access anything in the
file system, including application-stored secrets like
private keys. Use of this feature in production is strongly
discouraged.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/subsys/mgmt/mcumgr/Kconfig:42
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:35
→ <Zephyr>/subsys/mgmt/Kconfig:9
Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers
menuconfig MCUMGR_CMD_FS_MGMT
bool "Enable mcumgr handlers for file management (insecure)"
depends on FILE_SYSTEM && MCUMGR
help
Enables mcumgr handlers for file management
This option allows mcumgr clients to access anything in the
file system, including application-stored secrets like
private keys. Use of this feature in production is strongly
discouraged.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)