Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dwrite.c135 if (getuid() != geteuid()) { in xf86writeConfigFile()
171 euid = geteuid(); in xf86writeConfigFile()
/OK3568_Linux_fs/buildroot/package/polkit/
H A D0002-Improve-meson_post_install-script.patch78 +if os.geteuid() == 0:
96 + if os.geteuid() == 0 and polkitd_uid is not None:
112 +if os.geteuid() == 0:
/OK3568_Linux_fs/buildroot/package/samba4/
H A D0004-dcesrv_core-fix-build.patch14 usr/include/unistd.h:675:16: error: conflicting types for ‘geteuid
15 675 | extern __uid_t geteuid (void) __THROW;
/OK3568_Linux_fs/buildroot/package/popt/
H A D0005-fix-build-without-mbstate_t.patch39 -AC_CHECK_FUNCS([getuid geteuid iconv mtrace secure_getenv __secure_getenv setreuid setuid stpcpy s…
40 +AC_CHECK_FUNCS([getuid geteuid iconv mtrace secure_getenv __secure_getenv setreuid setuid stpcpy s…
H A D0002-Detect-glob_pattern_p.patch36 -AC_CHECK_FUNCS(getuid geteuid iconv mtrace secure_getenv __secure_getenv setreuid setuid stpcpy st…
37 +AC_CHECK_FUNCS(getuid geteuid iconv mtrace secure_getenv __secure_getenv setreuid setuid stpcpy st…
H A D0003-configure-replace-deprecated-macros.patch71 -AC_CHECK_FUNCS(getuid geteuid iconv mtrace secure_getenv __secure_getenv setreuid setuid stpcpy st…
73 +AC_CHECK_FUNCS([getuid geteuid iconv mtrace secure_getenv __secure_getenv setreuid setuid stpcpy s…
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcap.h22 return geteuid() == 0; in perf_cap__capable()
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/plugin-lib/
H A DrootPlugin.py17 if os.geteuid():
/OK3568_Linux_fs/kernel/tools/testing/selftests/pid_namespace/
H A Dregression_enomem.c26 if (geteuid()) in TEST()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu-helper/
H A Dtunctl.c125 owner = geteuid(); in main()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-core/sysvinit/sysvinit/
H A D0001-Support-rebooting-with-arg.patch41 if (geteuid() != 0) {
/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A Dresctrl_tests.c128 if (geteuid() != 0) in main()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/
H A Dprint-format.patch108 i = geteuid();
175 i = geteuid();
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/
H A Dcpupower.c210 run_as_root = !geteuid(); in main()
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dxorg-wrapper.c281 if (getuid() == geteuid()) in main()
/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c1584 euid = geteuid(); in Fopen()
1733 if ((getuid() != geteuid()) || (getgid() != getegid())) { in PrivsElevated()
1766 oldeuid = geteuid(); in PrivsElevated()
2009 if (getuid() != geteuid()) { in CheckUserAuthorization()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_init.c94 if (geteuid() != 0) in xf86OpenConsole()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c98 if (!(flags & CLONE_NEWUSER) && geteuid() != 0) in clone_newns()
/OK3568_Linux_fs/kernel/tools/thermal/tmon/
H A Dtmon.c224 if (geteuid() != 0) { in main()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbpf.c341 if (geteuid() != 0) { in test__bpf()
/OK3568_Linux_fs/kernel/tools/testing/selftests/uevent/
H A Duevent_filtering.c353 if (geteuid()) { in TEST()
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl52 49 32 geteuid - compat_sys_s390_geteuid16
197 201 64 geteuid sys_geteuid -
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl52 49 32 geteuid - sys_geteuid16
197 201 64 geteuid sys_geteuid -

12345