Home
last modified time | relevance | path

Searched refs:LOGIN_SETGROUPS (Results 1 – 2 of 2) sorted by relevance

/minix/include/
H A Dlogin_cap.h54 #define LOGIN_SETGROUPS 0x0200 /* Set group membership (initgroups) */ macro
56 #define LOGIN_SETGROUP (LOGIN_SETGID|LOGIN_SETGROUPS) /* Set group */
/minix/lib/libutil/
H A Dlogin_cap.c614 if (flags & LOGIN_SETGROUPS) { in setusercontext()