Home
last modified time | relevance | path

Searched refs:getuid (Results 251 - 275 of 296) sorted by relevance

1...<<1112

/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dbootgraph.py1095 os.getuid() == 0 and 'SUDO_USER' in os.environ:
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c194 uid = getuid(); in create_and_enter_userns()
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dbootgraph.py1097 os.getuid() == 0 and 'SUDO_USER' in os.environ:
/third_party/eudev/src/udev/
H A Dudevd.c1160 if (getuid() != 0) { in main()
/third_party/f2fs-tools/lib/
H A Dlibf2fs.c705 c.root_uid = getuid(); in f2fs_init_configuration()
/third_party/backends/tools/
H A Dsane-find-scanner.c2100 if (getuid ()) in main()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.c458 getpwuid_r(getuid(), &pwd, path2, PATH_MAX - strlen(suffix2), &result); in radv_builtin_cache_path()
/third_party/python/Lib/test/
H A Dtest_posixpath.py294 home = pwd.getpwuid(os.getuid()).pw_dir
301 # the password database (pwd.getuid() or pwd.getpwnam() fail),
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py1758 fp.write("# By: %s\n" % pwd.getpwuid(os.getuid()).pw_gecos)
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs1314 && crate::process::getuid() == crate::process::geteuid()
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c5344 if (!mnt && !(mntflag & NTFS_MF_MOUNTED) && !getuid()) { in ntfs_initialize_file_security()
5355 scx->uid = getuid(); in ntfs_initialize_file_security()
5371 if (getuid()) in ntfs_initialize_file_security()
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c4296 .uid = getuid(),
4625 if ((getuid() != geteuid()) || (getgid() != getegid())) {
4721 if (getuid() && ctx->blkdev) {
/third_party/backends/backend/
H A Dhp-option.c2160 pw = getpwuid (getuid ()); /* Look if we can find our home directory */ in get_home_dir()
2503 pw = getpwuid (getuid ()); /* Look if we can find our home directory */ in _program_calibrate()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_offload.py764 skip(os.getuid() != 0, "test must be run as root")
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_offload.py764 skip(os.getuid() != 0, "test must be run as root")
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H A Dnolibc-test.c632 CASE_TEST(auxv_AT_UID); EXPECT_EQ(1, getauxval(AT_UID), getuid()); break; in run_startup()
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c2119 rec->ipc_key += getuid();
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c1453 f->owner = getuid(); in fuse_lowlevel_new()
/third_party/lwip/src/netif/ppp/
H A Dauth.c432 if (seteuid(getuid()) == -1) {
/third_party/mksh/
H A Dmain.c456 kshuid = getuid(); in main_init()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1731 pub fn getuid() -> ::uid_t; in getuid() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs905 pub fn getuid() -> uid_t; in getuid() functions
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs394 uid: libc::getuid(), in new()
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c2473 if (creds->uid == getuid()) in command_auth()
2545 if (!(creds = pa_pdispatch_creds(pd)) || getuid() != creds->uid) in command_auth()
2584 ucred.uid = getuid(); in command_auth()
/kernel/linux/linux-5.10/kernel/
H A Dsys.c945 SYSCALL_DEFINE0(getuid) in SYSCALL_DEFINE0()

Completed in 68 milliseconds

1...<<1112