xiaoxiang781216 commented on code in PR #18872:
URL: https://github.com/apache/nuttx/pull/18872#discussion_r3231074464
##########
fs/Kconfig:
##########
@@ -94,6 +94,28 @@ config PSEUDOFS_ATTRIBUTES
Enable support for attributes(e.g. mode, uid, gid and time)
in the pseudo file system.
+config FS_PERMISSION
+ bool "Enable filesystem permission checks"
+ default n
+ depends on !DISABLE_PSEUDOFS_OPERATIONS
+ select SCHED_USER_IDENTITY
Review Comment:
don't use select
--
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]