/linux-6.3-rc2/include/linux/ |
A D | cred.h | 19 struct cred; 110 struct cred { struct 183 extern bool creds_are_invalid(const struct cred *cred); 229 static inline struct cred *get_new_cred(struct cred *cred) in get_new_cred() argument 248 static inline const struct cred *get_cred(const struct cred *cred) in get_cred() argument 250 struct cred *nonconst_cred = (struct cred *) cred; in get_cred() 251 if (!cred) in get_cred() 258 static inline const struct cred *get_cred_rcu(const struct cred *cred) in get_cred_rcu() argument 260 struct cred *nonconst_cred = (struct cred *) cred; in get_cred_rcu() 261 if (!cred) in get_cred_rcu() [all …]
|
A D | security.h | 37 struct cred; 282 int security_capable(const struct cred *cred, 409 void security_cred_free(struct cred *cred); 437 int security_task_prlimit(const struct cred *cred, const struct cred *tcred, 445 int sig, const struct cred *cred); 449 int security_create_user_ns(const struct cred *cred); 1218 const struct cred *cred) in security_task_kill() argument 1407 const struct cred *cred, 1411 const struct cred *cred, in security_post_notification() argument 1917 const struct cred *cred, in security_key_alloc() argument [all …]
|
A D | lsm_hook_defs.h | 31 const struct cred *to) 33 const struct cred *to) 41 LSM_HOOK(int, 0, capset, struct cred *new, const struct cred *old, 44 LSM_HOOK(int, 0, capable, const struct cred *cred, struct user_namespace *ns, 87 struct qstr *name, const struct cred *old, struct cred *new) 190 LSM_HOOK(int, 0, cred_alloc_blank, struct cred *cred, gfp_t gfp) 191 LSM_HOOK(void, LSM_RET_VOID, cred_free, struct cred *cred) 221 LSM_HOOK(int, 0, task_prlimit, const struct cred *cred, 229 int sig, const struct cred *cred) 234 LSM_HOOK(int, 0, userns_create, const struct cred *cred) [all …]
|
A D | nsproxy.h | 57 const struct cred *cred; member 60 static inline struct cred *nsset_cred(struct nsset *set) in nsset_cred() 63 return (struct cred *)set->cred; in nsset_cred() 100 struct cred *, struct fs_struct *);
|
A D | watch_queue.h | 19 struct cred; 64 const struct cred *cred; /* Creds of the owner of the watch */ member 82 const struct cred *, 105 const struct cred *cred, in post_watch_notification() argument 109 __post_watch_notification(wlist, n, cred, id); in post_watch_notification()
|
/linux-6.3-rc2/kernel/ |
A D | cred.c | 85 struct cred *cred = (struct cred *) _cred; in alter_cred_subscribers() local 96 struct cred *cred = container_of(rcu, struct cred, rcu); in put_cred_rcu() local 106 cred, cred->magic, cred->put_addr, in put_cred_rcu() 112 cred, atomic_read(&cred->usage)); in put_cred_rcu() 135 void __put_cred(struct cred *cred) in __put_cred() argument 147 BUG_ON(cred == current->cred); in __put_cred() 162 struct cred *cred; in exit_creds() local 168 cred = (struct cred *) tsk->real_cred; in exit_creds() 174 cred = (struct cred *) tsk->cred; in exit_creds() 198 const struct cred *cred; in get_task_cred() local [all …]
|
A D | uid16.c | 66 const struct cred *cred = current_cred(); in SYSCALL_DEFINE3() local 70 ruid = high2lowuid(from_kuid_munged(cred->user_ns, cred->uid)); in SYSCALL_DEFINE3() 71 euid = high2lowuid(from_kuid_munged(cred->user_ns, cred->euid)); in SYSCALL_DEFINE3() 72 suid = high2lowuid(from_kuid_munged(cred->user_ns, cred->suid)); in SYSCALL_DEFINE3() 89 const struct cred *cred = current_cred(); in SYSCALL_DEFINE3() local 93 rgid = high2lowgid(from_kgid_munged(cred->user_ns, cred->gid)); in SYSCALL_DEFINE3() 94 egid = high2lowgid(from_kgid_munged(cred->user_ns, cred->egid)); in SYSCALL_DEFINE3() 95 sgid = high2lowgid(from_kgid_munged(cred->user_ns, cred->sgid)); in SYSCALL_DEFINE3() 156 const struct cred *cred = current_cred(); in SYSCALL_DEFINE2() local 162 i = cred->group_info->ngroups; in SYSCALL_DEFINE2() [all …]
|
A D | groups.c | 136 struct cred *new; in set_current_groups() 137 const struct cred *old; in set_current_groups() 163 const struct cred *cred = current_cred(); in SYSCALL_DEFINE2() local 170 i = cred->group_info->ngroups; in SYSCALL_DEFINE2() 176 if (groups_to_user(grouplist, cred->group_info)) { in SYSCALL_DEFINE2() 229 const struct cred *cred = current_cred(); in in_group_p() local 232 if (!gid_eq(grp, cred->fsgid)) in in_group_p() 233 retval = groups_search(cred->group_info, grp); in in_group_p() 241 const struct cred *cred = current_cred(); in in_egroup_p() local 244 if (!gid_eq(grp, cred->egid)) in in_egroup_p() [all …]
|
/linux-6.3-rc2/net/sunrpc/ |
A D | auth.c | 319 return cred->cr_ops->crstringify_acceptor(cred); in rpcauth_stringify_acceptor() 568 int res = cred->cr_ops->cr_init(auth, cred); in rpcauth_lookup_credcache() 585 const struct cred *cred = current_cred(); in rpcauth_lookupcred() local 588 acred.cred = cred; in rpcauth_lookupcred() 605 cred->cr_cred = get_cred(acred->cred); in rpcauth_init_cred() 631 .cred = init_task.cred, in rpcauth_bind_machine_cred() 657 .cred = cred, in rpcauth_bindcred() 665 else if (cred != NULL && cred != &machine_cred) in rpcauth_bindcred() 713 cred->cr_ops->crdestroy(cred); in put_rpccred() 820 if (!cred || !cred->cr_ops->crneed_reencode) in rpcauth_xmit_need_reencode() [all …]
|
A D | auth_unix.c | 71 unx_destroy_cred(struct rpc_cred *cred) in unx_destroy_cred() argument 73 call_rcu(&cred->cr_rcu, unx_free_cred_callback); in unx_destroy_cred() 85 if (cred->cr_cred == acred->cred) in unx_match() 88 …if (!uid_eq(cred->cr_cred->fsuid, acred->cred->fsuid) || !gid_eq(cred->cr_cred->fsgid, acred->cred… in unx_match() 91 if (acred->cred->group_info != NULL) in unx_match() 92 groups = acred->cred->group_info->ngroups; in unx_match() 95 if (cred->cr_cred->group_info == NULL) in unx_match() 97 if (groups != cred->cr_cred->group_info->ngroups) in unx_match() 101 if (!gid_eq(cred->cr_cred->group_info->gid[i], acred->cred->group_info->gid[i])) in unx_match() 114 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in unx_marshal() local [all …]
|
/linux-6.3-rc2/security/keys/ |
A D | process_keys.c | 77 const struct cred *cred = current_cred(); in look_up_user_keyrings() local 185 struct key *get_user_session_keyring_rcu(const struct cred *cred) in get_user_session_keyring_rcu() argument 194 .cred = cred, in get_user_session_keyring_rcu() 246 struct cred *new; in install_thread_keyring() 293 struct cred *new; in install_process_keyring() 330 keyring = keyring_alloc("_ses", cred->uid, cred->gid, cred, in install_session_keyring_to_cred() 426 const struct cred *cred = ctx->cred; in search_cred_keyrings_rcu() local 557 const struct cred *cred = ctx->cred; in search_process_keyrings_rcu() local 563 ctx->cred = rka->cred; in search_process_keyrings_rcu() 565 ctx->cred = cred; in search_process_keyrings_rcu() [all …]
|
A D | request_key_auth.c | 112 if (rka->cred) in free_request_key_auth() 113 put_cred(rka->cred); in free_request_key_auth() 166 const struct cred *cred = current_cred(); in request_key_auth_new() local 185 if (cred->request_key_auth) { in request_key_auth_new() 187 down_read(&cred->request_key_auth->sem); in request_key_auth_new() 193 up_read(&cred->request_key_auth->sem); in request_key_auth_new() 199 rka->cred = get_cred(irka->cred); in request_key_auth_new() 202 up_read(&cred->request_key_auth->sem); in request_key_auth_new() 206 rka->cred = get_cred(cred); in request_key_auth_new() 217 cred->fsuid, cred->fsgid, cred, in request_key_auth_new() [all …]
|
A D | request_key.c | 77 static int umh_keys_init(struct subprocess_info *info, struct cred *cred) in umh_keys_init() argument 119 const struct cred *cred = current_cred(); in call_sbin_request_key() local 136 cred = get_current_cred(); in call_sbin_request_key() 137 keyring = keyring_alloc(desc, cred->fsuid, cred->fsgid, cred, in call_sbin_request_key() 140 put_cred(cred); in call_sbin_request_key() 160 cred->thread_keyring ? cred->thread_keyring->serial : 0); in call_sbin_request_key() 163 if (cred->process_keyring) in call_sbin_request_key() 265 const struct cred *cred = current_cred(); in construct_get_dest_keyring() local 393 ctx->cred->fsuid, ctx->cred->fsgid, ctx->cred, in construct_alloc_key() 572 .cred = current_cred(), in request_key_and_link() [all …]
|
/linux-6.3-rc2/security/ |
A D | commoncap.c | 137 const struct cred *cred, *child_cred; in cap_ptrace_access_check() local 174 const struct cred *cred, *child_cred; in cap_ptrace_traceme() local 203 const struct cred *cred; in cap_capget() local 591 struct cred *new = bprm->cred; in bprm_caps_from_vfs_caps() 767 static inline bool __is_real(kuid_t uid, struct cred *cred) in __is_real() argument 770 static inline bool __is_eff(kuid_t uid, struct cred *cred) in __is_eff() argument 773 static inline bool __is_suid(kuid_t uid, struct cred *cred) in __is_suid() argument 774 { return !__is_real(uid, cred) && __is_eff(uid, cred); } in __is_suid() 792 struct cred *new = bprm->cred; in handle_privileged_root() 825 !cap_issubset(cred->cap_##target, cred->cap_##source) [all …]
|
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | svcauth.h | 38 cred->cr_group_info = NULL; in init_svc_cred() 39 cred->cr_raw_principal = NULL; in init_svc_cred() 40 cred->cr_principal = NULL; in init_svc_cred() 41 cred->cr_targ_princ = NULL; in init_svc_cred() 42 cred->cr_gss_mech = NULL; in init_svc_cred() 47 if (cred->cr_group_info) in free_svc_cred() 49 kfree(cred->cr_raw_principal); in free_svc_cred() 50 kfree(cred->cr_principal); in free_svc_cred() 51 kfree(cred->cr_targ_princ); in free_svc_cred() 52 gss_mech_put(cred->cr_gss_mech); in free_svc_cred() [all …]
|
/linux-6.3-rc2/security/apparmor/include/ |
A D | cred.h | 22 static inline struct aa_label *cred_label(const struct cred *cred) in cred_label() argument 24 struct aa_label **blob = cred->security + apparmor_blob_sizes.lbs_cred; in cred_label() 30 static inline void set_cred_label(const struct cred *cred, in set_cred_label() argument 33 struct aa_label **blob = cred->security + apparmor_blob_sizes.lbs_cred; in set_cred_label() 47 static inline struct aa_label *aa_cred_raw_label(const struct cred *cred) in aa_cred_raw_label() argument 49 struct aa_label *label = cred_label(cred); in aa_cred_raw_label() 61 static inline struct aa_label *aa_get_newest_cred_label(const struct cred *cred) in aa_get_newest_cred_label() argument 63 return aa_get_newest_label(aa_cred_raw_label(cred)); in aa_get_newest_cred_label()
|
/linux-6.3-rc2/drivers/net/ethernet/pensando/ionic/ |
A D | ionic_regs.h | 66 int intr_idx, u32 cred, u32 flags) in ionic_intr_credits() argument 68 if (WARN_ON_ONCE(cred > IONIC_INTR_CRED_COUNT)) { in ionic_intr_credits() 69 cred = ioread32(&intr_ctrl[intr_idx].credits); in ionic_intr_credits() 70 cred &= IONIC_INTR_CRED_COUNT_SIGNED; in ionic_intr_credits() 73 iowrite32(cred | flags, &intr_ctrl[intr_idx].credits); in ionic_intr_credits() 79 u32 cred; in ionic_intr_clean() local 81 cred = ioread32(&intr_ctrl[intr_idx].credits); in ionic_intr_clean() 82 cred &= IONIC_INTR_CRED_COUNT_SIGNED; in ionic_intr_clean() 83 cred |= IONIC_INTR_CRED_RESET_COALESCE; in ionic_intr_clean() 84 iowrite32(cred, &intr_ctrl[intr_idx].credits); in ionic_intr_clean()
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs4_fs.h | 70 nfs4_stateid *, const struct cred *); 116 const struct cred *so_cred; /* Associated cred */ 227 const struct cred *); 256 const struct cred *cred; member 268 int (*fsid_present)(struct inode *, const struct cred *); 300 extern int nfs4_proc_bind_conn_to_session(struct nfs_client *, const struct cred *cred); 301 extern int nfs4_proc_exchange_id(struct nfs_client *clp, const struct cred *cred); 311 struct page *page, const struct cred *); 478 struct nfs_client **, const struct cred *); 481 struct nfs_client **, const struct cred *); [all …]
|
A D | delegation.h | 18 const struct cred *cred; member 42 int nfs_inode_set_delegation(struct inode *inode, const struct cred *cred, 44 void nfs_inode_reclaim_delegation(struct inode *inode, const struct cred *cred, 69 int nfs4_proc_delegreturn(struct inode *inode, const struct cred *cred, const nfs4_stateid *stateid… 72 …elegation_stateid(struct inode *inode, fmode_t flags, nfs4_stateid *dst, const struct cred **cred);
|
A D | nfs4state.c | 158 const struct cred *cred) in nfs40_discover_server_trunking() argument 396 const struct cred *cred; in nfs4_get_clid_cred() local 492 const struct cred *cred, in nfs4_alloc_state_owner() argument 1851 const struct cred *cred; in nfs4_state_end_reclaim_reboot() local 1964 const struct cred *cred; in nfs4_check_lease() local 2043 const struct cred *cred; in nfs4_establish_lease() local 2185 const struct cred *cred; in nfs4_handle_migration() local 2231 const struct cred *cred; in nfs4_handle_lease_moved() local 2287 const struct cred *cred; in nfs4_discover_server_trunking() local 2493 const struct cred *cred; in nfs4_reset_session() local [all …]
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | auth_gss.c | 406 const struct cred *cred) in gss_encode_v0_msg() argument 433 const struct cred *cred) in gss_encode_v1_msg() argument 567 kuid_t uid = cred->cr_cred->fsuid; in gss_setup_upcall() 1351 put_cred(cred->cr_cred); in gss_destroy_nullcred() 1362 gss_send_destroy_context(cred); in gss_destroy_cred() 1363 gss_destroy_nullcred(cred); in gss_destroy_cred() 1386 struct gss_cred *cred = NULL; in gss_create_cred() local 1389 if (!(cred = kzalloc(sizeof(*cred), gfp))) in gss_create_cred() 1401 return &cred->gc_base; in gss_create_cred() 1617 .cred = oldcred->cr_cred, in gss_renew_cred() [all …]
|
/linux-6.3-rc2/io_uring/ |
A D | fdinfo.c | 20 const struct cred *cred) in io_uring_show_cred() argument 29 seq_put_decimal_ull(m, "\t\t", from_kuid_munged(uns, cred->euid)); in io_uring_show_cred() 30 seq_put_decimal_ull(m, "\t\t", from_kuid_munged(uns, cred->suid)); in io_uring_show_cred() 31 seq_put_decimal_ull(m, "\t\t", from_kuid_munged(uns, cred->fsuid)); in io_uring_show_cred() 33 seq_put_decimal_ull(m, "\t\t", from_kgid_munged(uns, cred->egid)); in io_uring_show_cred() 34 seq_put_decimal_ull(m, "\t\t", from_kgid_munged(uns, cred->sgid)); in io_uring_show_cred() 37 gi = cred->group_info; in io_uring_show_cred() 43 cap = cred->cap_effective; in io_uring_show_cred() 165 const struct cred *cred; in __io_uring_show_fdinfo() local 168 xa_for_each(&ctx->personalities, index, cred) in __io_uring_show_fdinfo() [all …]
|
/linux-6.3-rc2/fs/cifs/ |
A D | cifs_spnego.c | 21 static const struct cred *spnego_cred; 96 const struct cred *saved_cred; in cifs_get_spnego_key() 180 struct cred *cred; in init_cifs_spnego() local 192 cred = prepare_kernel_cred(&init_task); in init_cifs_spnego() 193 if (!cred) in init_cifs_spnego() 197 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_cifs_spnego() 215 cred->thread_keyring = keyring; in init_cifs_spnego() 216 cred->jit_keyring = KEY_REQKEY_DEFL_THREAD_KEYRING; in init_cifs_spnego() 217 spnego_cred = cred; in init_cifs_spnego() 225 put_cred(cred); in init_cifs_spnego()
|
/linux-6.3-rc2/security/safesetid/ |
A D | lsm.c | 90 static int safesetid_security_capable(const struct cred *cred, in safesetid_security_capable() argument 113 if (setid_policy_lookup((kid_t){.uid = cred->uid}, INVALID_ID, UID) == SIDPOL_DEFAULT) in safesetid_security_capable() 120 __kuid_val(cred->uid)); in safesetid_security_capable() 127 if (setid_policy_lookup((kid_t){.gid = cred->gid}, INVALID_ID, GID) == SIDPOL_DEFAULT) in safesetid_security_capable() 134 __kuid_val(cred->uid)); in safesetid_security_capable() 147 static bool id_permitted_for_cred(const struct cred *old, kid_t new_id, enum setid_type new_type) in id_permitted_for_cred() 190 static int safesetid_task_fix_setuid(struct cred *new, in safesetid_task_fix_setuid() 191 const struct cred *old, in safesetid_task_fix_setuid() 214 static int safesetid_task_fix_setgid(struct cred *new, in safesetid_task_fix_setgid() 215 const struct cred *old, in safesetid_task_fix_setgid() [all …]
|
/linux-6.3-rc2/security/landlock/ |
A D | cred.c | 17 static int hook_cred_prepare(struct cred *const new, in hook_cred_prepare() 18 const struct cred *const old, const gfp_t gfp) in hook_cred_prepare() 29 static void hook_cred_free(struct cred *const cred) in hook_cred_free() argument 31 struct landlock_ruleset *const dom = landlock_cred(cred)->domain; in hook_cred_free()
|