Home
last modified time | relevance | path

Searched refs:getuid (Results 1 – 25 of 108) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dmove-log-file-to-proper-dir.patch13 + 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 Dmove-log-file-to-proper-dir.patch13 + 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 Dmedia_device_open.c66 if (getuid() != 0) in main()
H A Dmedia_device_test.c71 if (getuid() != 0) in main()
/openbmc/linux/tools/thermal/tmon/
H A Dtmon.c128 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 Duser_events_selftests.h69 if (getuid() != 0) { in user_events_enabled()
/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/
H A D0001-client-conf-Add-allow-autospawn-for-root.patch90 - if (getuid() == 0)
91 + if (!c->conf->allow_autospawn_for_root && getuid() == 0)
/openbmc/qemu/
H A Dqemu-bridge-helper.c224 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 Dtarget_os_elf.h121 NEW_AUX_ENT(AT_UID, (abi_ulong)getuid()); in target_create_elf_tables()
/openbmc/linux/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c240 uid = getuid(); in test_userns()
279 if (getuid() == child_uid) in test_setuid()
/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c147 EXPECT_EQ(getuid(), 0) in TEST()
H A Dclone3.c129 uid_t uid = getuid(); in main()
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h126 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 DDrop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch29 getuid getpwuid gettimeofday lseek64 lstat memcpy memset mkstemp rand \
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h126 NEW_AUX_ENT(AT_UID, (abi_ulong)getuid()); in target_create_elf_tables()
/openbmc/qemu/tests/docker/
H A Ddocker.py318 uid = os.getuid()
364 uid = os.getuid()
572 uid = os.getuid()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool.py69 if os.getuid() != 0:
/openbmc/openbmc/poky/scripts/contrib/
H A Doe-build-perf-report-email.py68 pw_data = pwd.getpwuid(os.getuid())
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/
H A D0001-Select-the-current-user-to-authenticate-with-by-defa.patch41 + if (passwd->pw_uid == getuid ())
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Darm_eabi.patch47 SCMP_SYS(getuid),
/openbmc/linux/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c138 if (getuid() != 0) in suspend()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Dsettings.py222 'LOCATION': '%s/toaster_cache_%d' % (TMPDIR, os.getuid()),
/openbmc/qemu/bsd-user/
H A Dbsdload.c139 S_ISREG(fin.st_mode) && (getuid() != 0 || in is_there()
/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Ddiag_uid.c131 ASSERT_EQ(uid, getuid()); in render_response()
/openbmc/linux/tools/testing/selftests/mount/
H A Dnosymfollow-test.c96 uid_t uid = getuid(); in create_and_enter_ns()

12345