We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d096e1 commit 534c4ecCopy full SHA for 534c4ec
ext/lib/mgmt/mcumgr/cmd/fs_mgmt/Kconfig
@@ -16,11 +16,16 @@
16
# Under the License.
17
18
menuconfig MCUMGR_CMD_FS_MGMT
19
- bool "Enable mcumgr handlers for file management"
+ bool "Enable mcumgr handlers for file management (insecure)"
20
depends on FILE_SYSTEM
21
help
22
Enables mcumgr handlers for file management
23
24
+ This option allows mcumgr clients to access anything in the
25
+ file system, including application-stored secrets like
26
+ private keys. Use of this feature in production is strongly
27
+ discouraged.
28
+
29
if MCUMGR_CMD_FS_MGMT
30
config FS_MGMT_UL_CHUNK_SIZE
31
int "Maximum chunk size for file uploads"
0 commit comments