Abhishekmishra2808 opened a new pull request, #19166:
URL: https://github.com/apache/nuttx/pull/19166

   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   Check open access against file mode and owner via fs_checkmode(), verify 
parent directory permissions on create, and assign creator uid/gid to newly 
created files.
   
   ## Impact
   
   -  Enforce open permission checks on littlefs files via `fs_checkmode()`
   - Check parent directory permissions on create (`W_OK | X_OK`)
   - Set uid/gid on new files from the creator's effective identity
   - Gate permission helpers on `CONFIG_FS_PERMISSION` and 
`CONFIG_FS_LITTLEFS_ATTR_UPDATE`
   
   ## Depends on
   - PR1: fs/inode permission helpers (`fs_checkmode`, `fs_checkopenperm`)
   
   


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