Searched refs:caller_uid (Results 1 – 2 of 2) sorted by relevance
/linux/kernel/ |
H A D | ptrace.c | 280 kuid_t caller_uid; in __ptrace_may_access() local 302 caller_uid = cred->fsuid; in __ptrace_may_access() 313 caller_uid = cred->uid; in __ptrace_may_access() 317 if (uid_eq(caller_uid, tcred->euid) && in __ptrace_may_access() 318 uid_eq(caller_uid, tcred->suid) && in __ptrace_may_access() 319 uid_eq(caller_uid, tcred->uid) && in __ptrace_may_access()
|
/linux/fs/ceph/ |
H A D | mds_client.c | 3150 lhead->caller_uid = cpu_to_le32(from_kuid(&init_user_ns, in create_request_message() 5609 u32 caller_uid = from_kuid(&init_user_ns, cred->fsuid); in ceph_mds_auth_match() local 5619 if (auth->match.uid != caller_uid) in ceph_mds_auth_match() 5718 u32 caller_uid = from_kuid(&init_user_ns, cred->fsuid); in ceph_mds_check_access() local 5726 tpath, mask, caller_uid, caller_gid); in ceph_mds_check_access() 5740 s->match.root_squash && (!caller_uid || !caller_gid)) in ceph_mds_check_access() 5760 caller_uid, caller_gid); in ceph_mds_check_access()
|