Abhishekmishra2808 commented on code in PR #19767:
URL: https://github.com/apache/nuttx/pull/19767#discussion_r3760429872


##########
include/nuttx/sched.h:
##########
@@ -120,7 +120,7 @@
 #define GROUP_FLAG_FD_BACKTRACE    (1 << 4)                      /* Bit 4: 
Enable FD backtrace for the group */
 #define GROUP_FLAG_SECURE_EXEC     (1 << 5)                      /* Bit 5: 
Secure (setuid/setgid) executable */
 #define GROUP_FLAG_DUMPABLE        (1 << 6)                      /* Bit 6: 
Process may be traced / coredumped */
-                                                                 /* Bit 7: 
Available */
+#define GROUP_FLAG_NSHCRED         (1 << 7)                      /* Bit 7: NSH 
credential agent (login/su) */

Review Comment:
   Set by PR_NSHCRED_ENABLE, required by AUTHSETEID.



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