/third_party/node/test/parallel/ |
D | test-process-uid-gid.js | 31 assert.strictEqual(process.setuid, undefined); 40 process.setuid({}); 48 process.setuid('fhqwhgadshgnsdhjsdbkhsdabkfabkveyb'); 56 try { process.setuid(-0); } catch {} 73 () => { process.setuid('nobody'); }, 94 process.setuid('nobody');
|
/third_party/node/deps/npm/node_modules/cacache/lib/util/ |
D | fix-owner.js | 16 const setuid = process.setuid constant 17 process.setuid = (uid) => { function 19 process.setuid = setuid 20 return process.setuid(uid)
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | meson.build | 73 ptp_helper_setuid_user = get_option('ptp-helper-setuid-user') 76 description : 'PTP helper setuid user') 78 ptp_helper_setuid_group = get_option('ptp-helper-setuid-group') 81 description : 'PTP helper setuid group') 90 with_ptp_helper_permissions = 'setuid-root' 97 elif with_ptp_helper_permissions == 'setuid-root' 99 description : 'Use setuid-root for permissions in PTP helper')
|
D | ptp_helper_post_install.sh | 11 setuid-root)
|
/third_party/node/lib/internal/bootstrap/switches/ |
D | does_own_process_state.js | 19 process.setuid = wrapped.setuid; 50 setuid: _setuid 106 setuid: wrapIdSetter('User', _setuid)
|
D | does_not_own_process_state.js | 19 process.setuid = unavailable('process.setuid()');
|
/third_party/gstreamer/gstreamer/ |
D | meson_options.txt | 6 option('ptp-helper-setuid-user', type : 'string', 7 description : 'User to switch to when installing gst-ptp-helper setuid root') 8 option('ptp-helper-setuid-group', type : 'string', 9 description : 'Group to switch to when installing gst-ptp-helper setuid root') 11 choices : ['none', 'setuid-root', 'capabilities', 'auto'], value : 'auto')
|
/third_party/ntfs-3g/libfuse-lite/ |
D | mount_util.c | 74 setuid(geteuid()); in fuse_mnt_add_mount() 127 setuid(geteuid()); in fuse_mnt_umount() 318 if (setuid(geteuid())) in fuse_mnt_add_mount() 368 if (setuid(geteuid())) in fuse_mnt_umount()
|
D | mount.c | 226 int setuid; member 235 SOLARIS_MOUNT_OPT("suid", setuid, 1), 238 SOLARIS_MOUNT_OPT("setuid", setuid, 1), 651 && !smo.nosetuid && !smo.setuid)) { in fuse_kern_mount() 663 if (!smo.nosetuid && !smo.setuid) in fuse_kern_mount()
|
/third_party/cups-filters/backend/ |
D | cups-brf.c | 48 if (setuid(0)) { in main() 87 if (setuid(pw->pw_uid)) { in main()
|
/third_party/libfuse/lib/ |
D | mount_util.c | 114 if(setuid(geteuid()) == -1) { in add_mount() 173 if(setuid(geteuid()) == -1) { in exec_umount() 245 if(setuid(geteuid()) == -1) { in remove_mount()
|
/third_party/musl/src/unistd/ |
D | setuid.c | 5 int setuid(uid_t uid) in setuid() function
|
/third_party/ltp/testcases/kernel/security/smack/ |
D | smack_notroot.c | 23 setuid(1); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/ |
D | 3-1.c | 26 if (setuid(1)) { in main()
|
D | 2-2.c | 58 if (setuid(1)) { in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | setuid.c | 28 int result = setuid(uid); in setuid_0100()
|
/third_party/ltp/testcases/kernel/syscalls/setuid/ |
D | setuid01.c | 24 UID16_CHECK(uid, setuid); in verify_setuid()
|
D | setuid04.c | 62 UID16_CHECK(uid, setuid); in setup()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/ |
D | 5-1.c | 42 if (setuid(pwd->pw_uid)) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
D | 3-1.c | 45 if (setuid(pw->pw_uid) != 0) { in set_nonroot()
|
D | 12-1.c | 42 if (setuid(pw->pw_uid) != 0) { in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
D | 20-1.c | 44 if (setuid(pw->pw_uid) != 0) { in set_nonroot()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/ |
D | 6-1.c | 55 if (setuid(pw->pw_uid) != 0) { in set_nonroot()
|
/third_party/nghttp2/contrib/ |
D | usr.sbin.nghttpx | 9 capability setuid,
|
/third_party/node/deps/npm/node_modules/uid-number/ |
D | get-uid-gid.js | 20 process.setuid(user)
|