cederom commented on code in PR #8924: URL: https://github.com/apache/nuttx/pull/8924#discussion_r1152413114
########## sched/Kconfig: ########## @@ -622,6 +622,12 @@ config SCHED_THREAD_LOCAL This option enables architecture-specific TLS support (__thread/thread_local keyword) Note: Toolchain must be compiled with '--enable-tls' enabled +config UID_DEFAULT Review Comment: I think this idea comes from Android where each application runs on its own UID? Do I get the idea right? What if we set `UID_DEFAULT` to `0` (`root`)? Would be possible to alter this value somehow in order to launch next process as root? -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org