acassis opened a new issue, #10896: URL: https://github.com/apache/nuttx/issues/10896
NuttX currently supports functions related to multi-users like chown, chmod, etc, however we don't have yet multi-user support neither privileges separation for users (even in Protected or Kernel mode). It is something that will bring more security for NuttX when using in environments were critical applications needs to run and the board /equipment needs to have communication with external world. Also Role-Based Access Control (RBAC) it something that will be important to have after multi-user and privileges separation. Refence to RBAC on Unix: https://dl.acm.org/doi/pdf/10.1145/319171.319180 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org