Abhishekmishra2808 commented on code in PR #19767: URL: https://github.com/apache/nuttx/pull/19767#discussion_r3764020256
########## include/sys/prctl.h: ########## @@ -79,6 +79,20 @@ #define PR_SET_DUMPABLE 5 #define PR_GET_DUMPABLE 6 +/* PR_NSHCRED_ENABLE — set GROUP_FLAG_NSHCRED on this task group. + * Requires euid == 0. Not inherited by child task groups. + * Required for PR_NSHCRED_AUTHSETEID. + * + * PR_NSHCRED_AUTHSETEID — verify username/password against the passwd Review Comment: Agreed ! -- 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]
