The latest development version of this page may be more current than this released 2.7.5 version.

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.

Direct dependencies

FILE_SYSTEM && MCUMGR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/mgmt/mcumgr/Kconfig:34

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/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.)