Searched refs:initgroups (Results 1 – 11 of 11) sorted by relevance
/external/openssh/ |
D | uidswap.c | 105 if (initgroups(pw->pw_name, pw->pw_gid) < 0) in temporarily_use_uid() 272 if (initgroups(pw->pw_name, pw->pw_gid) < 0) in permanently_set_uid()
|
D | session.c | 1495 if (initgroups(pw->pw_name, pw->pw_gid) < 0) { in do_setusercontext()
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 111 int initgroups(const char *, int);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 111 int initgroups(const char *, int);
|
/external/dbus/bus/ |
D | activation-helper.c | 325 if (initgroups (user, pw->pw_gid)) in switch_user()
|
/external/tcpdump/ |
D | tcpdump.c | 371 int initgroups(const char *user, gid_t group) {return 0;} in initgroups() function 392 if (initgroups(pw->pw_name, pw->pw_gid) != 0 || in droproot()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | priv_syswrap-darwin.h | 303 DECL_TEMPLATE(darwin, initgroups); // 243
|
D | syswrap-darwin.c | 2686 PRE(initgroups) in PRE() argument 8087 MACX_(__NR_initgroups, initgroups),
|
/external/dropbear/ |
D | svr-chansession.c | 912 (initgroups(ses.authstate.pw->pw_name, in execchild()
|
/external/openssh/contrib/redhat/ |
D | openssh.spec | 592 - call setcred() again after initgroups, because the "creds" could actually
|
/external/strace/ |
D | strace.c | 627 if (initgroups(username, run_gid) < 0) { in startup_child()
|