Home
last modified time | relevance | path

Searched refs:setgid (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/node/deps/npm/node_modules/cacache/lib/util/
Dfix-owner.js25 const setgid = process.setgid constant
26 process.setgid = (gid) => { function
28 process.setgid = setgid
29 return process.setgid(gid)
/third_party/node/test/parallel/
Dtest-process-uid-gid.js32 assert.strictEqual(process.setgid, undefined);
58 try { process.setgid(-0); } catch {}
68 () => { process.setgid('nobody'); },
82 process.setgid('nobody');
87 process.setgid('nogroup');
/third_party/node/lib/internal/bootstrap/switches/
Ddoes_own_process_state.js18 process.setgid = wrapped.setgid;
49 setgid: _setgid,
105 setgid: wrapIdSetter('Group', _setgid),
Ddoes_not_own_process_state.js18 process.setgid = unavailable('process.setgid()');
/third_party/musl/src/unistd/
Dsetgid.c5 int setgid(gid_t gid) in setgid() function
/third_party/ltp/testcases/kernel/syscalls/setgid/
Dsetgid01.c27 GID16_CHECK(gid, setgid); in setup()
Dsetgid03.c32 GID16_CHECK(nobody->pw_gid, setgid); in setup()
Dsetgid02.c28 GID16_CHECK(rootpwent->pw_gid, setgid); in run()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dsetgid.c28 int result = setgid(gid); in setgid_0100()
Dtest_src_functionalext_supplement_unistd.gni29 "setgid",
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dgetresgid.c29 setgid(GID1000); in getresgid_0100()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/
D5-1.c38 if (setgid(pwd->pw_gid)) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
D6-1.c46 if (setgid(pw->pw_gid) != 0) { in set_nonroot()
/third_party/nghttp2/contrib/
Dusr.sbin.nghttpx8 capability setgid,
/third_party/node/deps/npm/node_modules/uid-number/
Dget-uid-gid.js19 process.setgid(group)
/third_party/pulseaudio/src/daemon/
Dcaps.c65 pa_assert_se(setgid(gid) >= 0); in pa_drop_root()
/third_party/cups-filters/backend/
Dcups-brf.c83 if (setgid(pw->pw_gid)) { in main()
/third_party/toybox/openharmony/
Dsu.c88 if (initgroups(pwd->pw_name, pwd->pw_gid) || setgid(pwd->pw_uid) || setuid(pwd->pw_uid)) in xsetuser()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dcompat_tst_16.h94 TST_CREATE_SYSCALL(setgid, gid); in SETGID()
Dcompat_16.h97 LTP_CREATE_SYSCALL(setgid, cleanup, gid); in SETGID()
/third_party/ltp/testcases/kernel/fs/fs_perms/
Dfs_perms.c114 if (setgid(group_id)) in testfperm()
/third_party/ltp/testcases/kernel/syscalls/lchown/
Dlchown02.c176 if (setgid(ltpuser->pw_uid) == -1) in setup()
/third_party/libwebsockets/lib/plat/unix/
Dunix-caps.c184 if (setgid(context->gid)) {
/third_party/ltp/include/lapi/syscalls/
Daarch64.in146 setgid 144
Darc.in146 setgid 144

12345