Searched refs:kuid_has_mapping (Results 1 – 10 of 10) sorted by relevance
/linux/security/keys/ |
H A D | proc.c | 71 if (kuid_has_mapping(user_ns, key->user->uid)) in key_serial_next() 103 if (kuid_has_mapping(user_ns, minkey->user->uid)) in find_ge_key() 256 if (kuid_has_mapping(user_ns, user->uid)) in __key_user_next()
|
H A D | keyring.c | 1158 if (!kuid_has_mapping(ns, keyring->user->uid)) in find_keyring_by_name()
|
/linux/include/linux/ |
H A D | uidgid.h | 123 static inline bool kuid_has_mapping(struct user_namespace *ns, kuid_t uid) in kuid_has_mapping() function 174 static inline bool kuid_has_mapping(struct user_namespace *ns, kuid_t uid) in kuid_has_mapping() function
|
H A D | fs.h | 1643 return kuid_has_mapping(fs_userns, kuid) && in fsuidgid_has_mapping()
|
/linux/fs/bcachefs/ |
H A D | fs-ioctl.c | 450 if (!kuid_has_mapping(s_user_ns, current_fsuid()) || in bch2_ioctl_subvolume_create()
|
/linux/kernel/bpf/ |
H A D | inode.c | 853 if (!kuid_has_mapping(fc->user_ns, uid)) in bpf_parse_param()
|
/linux/fs/ |
H A D | posix_acl.c | 256 if (!kuid_has_mapping(user_ns, pa->e_uid)) in posix_acl_valid()
|
/linux/kernel/ |
H A D | user_namespace.c | 113 if (!kuid_has_mapping(parent_ns, owner) || in create_user_ns()
|
/linux/fs/overlayfs/ |
H A D | copy_up.c | 1157 if (!kuid_has_mapping(current_user_ns(), ctx.stat.uid) || in ovl_copy_up_one()
|
/linux/mm/ |
H A D | shmem.c | 4641 if (!kuid_has_mapping(fc->user_ns, kuid)) in shmem_parse_one()
|