Searched refs:setgroups (Results 1 – 22 of 22) sorted by relevance
/external/openssh/ |
D | uidswap.c | 122 if (setgroups(user_groupslen, user_groups) < 0) in temporarily_use_uid() 196 if (setgroups(saved_egroupslen, saved_egroups) < 0) in restore_uid() 240 setgroups(sizeof(groups)/sizeof(groups[0]), groups); in permanently_set_uid()
|
D | sshd.c | 647 if (setgroups(1, gidset) < 0) in privsep_preauth_child() 1486 if (geteuid() == 0 && setgroups(0, NULL) == -1) 1939 if (setgroups(0, NULL) < 0)
|
D | config.h.in | 941 /* Define to 1 if you have the `setgroups' function. */
|
D | configure.ac | 1678 setgroups \
|
D | configure | 16522 setgroups \
|
/external/strace/ |
D | uid.c | 138 SYS_FUNC(setgroups) in SYS_FUNC() argument
|
D | sys_func.h | 223 extern SYS_FUNC(setgroups);
|
/external/valgrind/docs/internals/ |
D | MERGE_3_10_1.txt | 168 //340922 arm64: unhandled getgroups/setgroups syscalls
|
/external/android-clat/ |
D | clatd.c | 164 if(setgroups(sizeof(groups)/sizeof(groups[0]), groups) < 0) { in drop_root()
|
/external/dnsmasq/src/ |
D | helper.c | 84 if (setgroups(0, &dummy) == -1 || in create_helper()
|
D | dnsmasq.c | 380 (setgroups(0, &dummy) == -1 || in main()
|
/external/wpa_supplicant_8/src/utils/ |
D | os_unix.c | 309 setgroups(ARRAY_SIZE(groups), groups); in os_program_init()
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | cap-ng.c | 622 if (setgroups(0, NULL)) in capng_change_id()
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 32 (setgroups(0, &dummy) == -1 ||
|
/external/mksh/src/ |
D | Build.sh | 2021 ac_test setgroups setresugid 0 <<-'EOF' 2027 int main(void) { gid_t gid = 0; return (setgroups(0, &gid)); }
|
D | misc.c | 280 setgroups(1, &kshegid); in change_flag()
|
/external/dhcpcd/ |
D | dhcpcd.c | 1780 setgroups(sizeof(groups)/sizeof(groups[0]), groups); in switchUser()
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 2680 Syscall param setgroups(size) contains uninitialised byte(s) 2684 Syscall param setgroups(list) contains uninitialised byte(s) 2688 Syscall param setgroups(list) points to unaddressable byte(s)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 377 PRE_SYSCALL(setgroups)(long gidsetsize, __sanitizer___kernel_gid_t *grouplist) { 381 POST_SYSCALL(setgroups)(long res, long gidsetsize,
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2837 fun:setgroups=uninstrumented
|
/external/valgrind/ |
D | NEWS | 276 340922 arm64: unhandled getgroups/setgroups syscalls
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 691 PUBLIC a8df0 0 setgroups
|