Searched refs:geteuid (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/tools/perf/util/
H A Dcap.h22 return geteuid() == 0;
H A Ddata.c281 if (!data->force && st.st_uid && (st.st_uid != geteuid())) {
H A Dconfig.c566 if (st.st_uid && (st.st_uid != geteuid())) {
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DrootPlugin.py17 if os.geteuid():
/linux-master/tools/testing/selftests/pid_namespace/
H A Dregression_enomem.c26 if (geteuid())
/linux-master/tools/testing/selftests/powerpc/security/
H A Drfi_flush.c32 SKIP_IF(geteuid() != 0);
H A Dentry_flush.c32 SKIP_IF(geteuid() != 0);
H A Duaccess_flush.c34 SKIP_IF(geteuid() != 0);
/linux-master/tools/verification/rv/src/
H A Drv.c164 if (geteuid())
/linux-master/tools/power/cpupower/utils/
H A Dcpupower.c215 run_as_root = !geteuid();
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrl_tests.c255 if (geteuid() != 0)
/linux-master/tools/testing/selftests/mm/
H A Dcompaction_test.c179 if (prereq() || geteuid())
H A Dsplit_huge_page_test.c415 if (geteuid() != 0) {
/linux-master/tools/thermal/tmon/
H A Dtmon.c224 if (geteuid() != 0) {
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c98 if (!(flags & CLONE_NEWUSER) && geteuid() != 0)
/linux-master/tools/perf/bench/
H A Dsched-pipe.c155 } else if (saved_errno == EACCES && geteuid() > 0) {
/linux-master/tools/testing/selftests/arm64/fp/
H A Dvec-syscfg.c245 if (geteuid() != 0) {
280 if (geteuid() != 0) {
/linux-master/tools/testing/selftests/uevent/
H A Duevent_filtering.c355 if (geteuid()) {
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c617 if (geteuid() != 0)
/linux-master/tools/testing/selftests/filesystems/binderfs/
H A Dbinderfs_test.c496 if (geteuid() != 0)
/linux-master/tools/testing/selftests/alsa/
H A Dtest-pcmtest-driver.c129 if (geteuid())
/linux-master/tools/testing/selftests/openat2/
H A Dresolve_test.c514 if (geteuid() != 0)
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_core.c715 saved_uid = geteuid();
/linux-master/tools/tracing/rtla/src/
H A Dosnoise_hist.c688 if (geteuid()) {
H A Dosnoise_top.c519 if (geteuid()) {

Completed in 364 milliseconds

12