acassis commented on code in PR #3480:
URL: https://github.com/apache/nuttx-apps/pull/3480#discussion_r3241724519
##########
nshlib/Kconfig:
##########
@@ -341,6 +341,14 @@ config NSH_DISABLE_CD
bool "Disable cd"
default DEFAULT_SMALL
+config NSH_DISABLE_CHMOD
+ bool "Disable chmod"
+ default DEFAULT_SMALL
+
+config NSH_DISABLE_CHOWN
+ bool "Disable chown"
+ default DEFAULT_SMALL
Review Comment:
depends on FS_PERMISSION
##########
nshlib/Kconfig:
##########
@@ -341,6 +341,14 @@ config NSH_DISABLE_CD
bool "Disable cd"
default DEFAULT_SMALL
+config NSH_DISABLE_CHMOD
+ bool "Disable chmod"
+ default DEFAULT_SMALL
Review Comment:
depends on FS_PERMISSION
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]