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

   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   Initialize pseudo-file ownership from the creating task's effective 
credentials when a new pseudo-file is created through the O_CREAT path.
   ## Impact
   
   When both CONFIG_PSEUDOFS_ATTRIBUTES and CONFIG_SCHED_USER_IDENTITY are 
enabled, newly created pseudo-files now inherit:
   - i_owner = tg_euid
   - i_group = tg_egid
   
   instead of remaining owned by the default root credentials.
   
   ## Testing
   
   Tested with a custom test file.
   <img width="783" height="305" alt="WhatsApp Image 2026-06-06 at 8 57 12 PM" 
src="https://github.com/user-attachments/assets/82859837-e633-4f94-b49c-f16e2be05f58";
 />
   
   


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