Home
last modified time | relevance | path

Searched refs:geteuid (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/linux/tools/perf/util/
H A Dcap.h22 return geteuid() == 0; in perf_cap__capable()
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DrootPlugin.py17 if os.geteuid():
/openbmc/linux/tools/testing/selftests/pid_namespace/
H A Dregression_enomem.c26 if (geteuid()) in TEST()
/openbmc/linux/tools/testing/selftests/powerpc/security/
H A Dentry_flush.c32 SKIP_IF(geteuid() != 0); in entry_flush_test()
H A Drfi_flush.c32 SKIP_IF(geteuid() != 0); in rfi_flush_test()
H A Duaccess_flush.c34 SKIP_IF(geteuid() != 0); in uaccess_flush_test()
/openbmc/linux/tools/verification/rv/src/
H A Drv.c164 if (geteuid()) in main()
/openbmc/qemu/
H A Dqemu-bridge-helper.c254 if (geteuid() == 0 && getuid() != geteuid()) { in main()
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h122 NEW_AUX_ENT(AT_EUID, (abi_ulong)geteuid()); in target_create_elf_tables()
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h127 NEW_AUX_ENT(AT_EUID, (abi_ulong)geteuid()); 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.patch28 AC_CHECK_FUNCS( [chdir drand48 fseeko fseeko64 ftruncate geteuid getgid \
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h127 NEW_AUX_ENT(AT_EUID, (abi_ulong)geteuid()); in target_create_elf_tables()
/openbmc/qemu/bsd-user/
H A Dbsdload.c66 bprm->e_uid = geteuid(); in prepare_binprm()
H A Dbsd-proc.h217 return get_errno(geteuid()); in do_bsd_geteuid()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/
H A Dprint-format.patch110 i = geteuid();
177 i = geteuid();
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dresctrl_tests.c276 if (geteuid() != 0) in main()
/openbmc/linux/tools/power/cpupower/utils/
H A Dcpupower.c215 run_as_root = !geteuid(); in main()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dvec-syscfg.c240 if (geteuid() != 0) { in proc_write_min()
275 if (geteuid() != 0) { in proc_write_max()
/openbmc/linux/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c295 if (geteuid() != 0) { in main()
/openbmc/linux/tools/thermal/tmon/
H A Dtmon.c224 if (geteuid() != 0) { in main()
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c98 if (!(flags & CLONE_NEWUSER) && geteuid() != 0) in clone_newns()
/openbmc/qemu/linux-user/
H A Dlinuxload.c54 bprm->e_uid = geteuid(); in prepare_binprm()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc50 [ 49] = 0, /* geteuid */
/openbmc/linux/tools/testing/selftests/uevent/
H A Duevent_filtering.c353 if (geteuid()) { in TEST()
/openbmc/linux/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl70 49 32 geteuid sys_geteuid16
71 49 64 geteuid sys_geteuid

1234