/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | move-log-file-to-proper-dir.patch | 13 + std::string log_dir = android::base::StringPrintf("/run/user/%u/adb.log", getuid()); 20 return android::base::StringPrintf("%s/adb.%u.log", tmp_dir, getuid());
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | move-log-file-to-proper-dir.patch | 13 + std::string log_dir = android::base::StringPrintf("/run/user/%u/adb.log", getuid()); 20 return android::base::StringPrintf("%s/adb.%u.log", tmp_dir, getuid());
|
/openbmc/linux/tools/testing/selftests/media_tests/ |
H A D | media_device_open.c | 66 if (getuid() != 0) in main()
|
H A D | media_device_test.c | 71 if (getuid() != 0) in main()
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | tmon.c | 128 syslog(LOG_NOTICE, "TMON started by User %d", getuid()); in start_syslog() 160 if (logstat.st_uid != getuid()) { in prepare_logging()
|
/openbmc/linux/tools/testing/selftests/user_events/ |
H A D | user_events_selftests.h | 69 if (getuid() != 0) { in user_events_enabled()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/ |
H A D | 0001-client-conf-Add-allow-autospawn-for-root.patch | 90 - if (getuid() == 0) 91 + if (!c->conf->allow_autospawn_for_root && getuid() == 0)
|
/openbmc/qemu/ |
H A D | qemu-bridge-helper.c | 224 if (capng_change_id(getuid(), getgid(), CAPNG_CLEAR_BOUNDING)) { in drop_privileges() 254 if (geteuid() == 0 && getuid() != geteuid()) { in main()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_elf.h | 121 NEW_AUX_ENT(AT_UID, (abi_ulong)getuid()); in target_create_elf_tables()
|
/openbmc/linux/tools/testing/selftests/safesetid/ |
H A D | safesetid-test.c | 240 uid = getuid(); in test_userns() 279 if (getuid() == child_uid) in test_setuid()
|
/openbmc/linux/tools/testing/selftests/clone3/ |
H A D | clone3_cap_checkpoint_restore.c | 147 EXPECT_EQ(getuid(), 0) in TEST()
|
H A D | clone3.c | 129 uid_t uid = getuid(); in main()
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_elf.h | 126 NEW_AUX_ENT(AT_UID, (abi_ulong)getuid()); in target_create_elf_tables()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio/ |
H A D | Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch | 29 getuid getpwuid gettimeofday lseek64 lstat memcpy memset mkstemp rand \
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_elf.h | 126 NEW_AUX_ENT(AT_UID, (abi_ulong)getuid()); in target_create_elf_tables()
|
/openbmc/qemu/tests/docker/ |
H A D | docker.py | 318 uid = os.getuid() 364 uid = os.getuid() 572 uid = os.getuid()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_bpftool.py | 69 if os.getuid() != 0:
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | oe-build-perf-report-email.py | 68 pw_data = pwd.getpwuid(os.getuid())
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/ |
H A D | 0001-Select-the-current-user-to-authenticate-with-by-defa.patch | 41 + if (passwd->pw_uid == getuid ())
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/ |
H A D | arm_eabi.patch | 47 SCMP_SYS(getuid),
|
/openbmc/linux/tools/testing/selftests/breakpoints/ |
H A D | step_after_suspend_test.c | 138 if (getuid() != 0) in suspend()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/ |
H A D | settings.py | 222 'LOCATION': '%s/toaster_cache_%d' % (TMPDIR, os.getuid()),
|
/openbmc/qemu/bsd-user/ |
H A D | bsdload.c | 139 S_ISREG(fin.st_mode) && (getuid() != 0 || in is_there()
|
/openbmc/linux/tools/testing/selftests/net/af_unix/ |
H A D | diag_uid.c | 131 ASSERT_EQ(uid, getuid()); in render_response()
|
/openbmc/linux/tools/testing/selftests/mount/ |
H A D | nosymfollow-test.c | 96 uid_t uid = getuid(); in create_and_enter_ns()
|