Abhishekmishra2808 opened a new pull request, #19165: URL: https://github.com/apache/nuttx/pull/19165
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Store uid/gid/mode on tmpfs objects, support chstat, enforce open and path permissions via fs_checkmode()/fs_checkopenperm(), and inherit creator identity on file creation. ## Impact - Store uid/gid/mode on tmpfs objects - Add chstat (chmod/chown) support - Enforce open and path permissions via shared `fs_checkopenperm()` - New files inherit creator effective uid/gid ## Depends on - PR1: fs/inode permission helpers https://github.com/apache/nuttx/pull/19162 ## Testing <img width="737" height="303" alt="image" src="https://github.com/user-attachments/assets/87d1dc4e-b243-4cfa-8959-7010466afcbe" /> The commands like "su, whoami, ls -l (with name)" will be added in upcoming PRs -- 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]
