xiaoxiang781216 commented on PR #8924:
URL: https://github.com/apache/nuttx/pull/8924#issuecomment-1551752268

   > Many builtin applications do not use binfs and hence would not use the 
logic that have implemented. Many builtin applications are executed from the 
NSH command line and use only logic under nuttx-apps/builtin
   > 
   > So the S_ISUID and S_ISGID logic would not work if the the very same 
application were executed from NSH without using binfs.
   
   Yes, it's hard to support SUID/SGID without binfs because posix_spawn 
doesn't have parameters to pass the custom uid/gid.


-- 
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]

Reply via email to