Abhishekmishra2808 opened a new pull request, #19162: URL: https://github.com/apache/nuttx/pull/19162
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Add fs_checkmode() and fs_checkopenperm() for cross-filesystem reuse. Enforce pseudoFS mode bits in inode_checkperm() and allow world-readable open of passwd/group entries so getpwnam() works after seteuid(). ## Impact - No behavior change unless `CONFIG_SCHED_USER_IDENTITY`, `CONFIG_PSEUDOFS_ATTRIBUTES`, and related options are enabled - pseudoFS open/path checks become permission-aware; mountpoints and drivers are handled as before - Foundation for tmpfs/littlefs permission PRs that call `fs_checkopenperm()` ## Testing Part 1 of 4 nuttx PRs (inode → tmpfs → littlefs→ Docs) Ostest passed **_PRs without testing information will not be accepted. We will request test logs._** -- 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]
