:orphan: .. title:: CONFIG_MCUMGR_CMD_FS_MGMT .. kconfig:: CONFIG_MCUMGR_CMD_FS_MGMT CONFIG_MCUMGR_CMD_FS_MGMT ######################### *Enable mcumgr handlers for file management (insecure)* Type: ``bool`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`FILE_SYSTEM ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers .. code-block:: kconfig 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.)*