/Linux-v6.1/include/linux/ |
D | cred.h | 298 #define current_cred() \ macro 331 (get_cred(current_cred())) 343 __cred = current_cred(); \ 358 __cred = current_cred(); \ 378 current_cred()->xxx; \ 407 __cred = current_cred(); \ 415 __cred = current_cred(); \ 423 __cred = current_cred(); \
|
/Linux-v6.1/security/ |
D | commoncap.c | 141 cred = current_cred(); in cap_ptrace_access_check() 178 child_cred = current_cred(); in cap_ptrace_traceme() 224 if (cap_capable(current_cred(), current_cred()->user_ns, in cap_inh_is_capped() 799 const struct cred *old = current_cred(); in handle_privileged_root() 896 const struct cred *old = current_cred(); in cap_bprm_creds_from_file() 1186 current_cred()->cap_permitted); in cap_safe_nice() 1276 const struct cred *old = current_cred(); in cap_task_prctl() 1312 || (cap_capable(current_cred(), in cap_task_prctl() 1313 current_cred()->user_ns, in cap_task_prctl() 1370 return !!cap_raised(current_cred()->cap_ambient, arg3); in cap_task_prctl() [all …]
|
/Linux-v6.1/kernel/ |
D | groups.c | 144 old = current_cred(); in set_current_groups() 163 const struct cred *cred = current_cred(); in SYSCALL_DEFINE2() 229 const struct cred *cred = current_cred(); in in_group_p() 241 const struct cred *cred = current_cred(); in in_egroup_p()
|
D | uid16.c | 66 const struct cred *cred = current_cred(); in SYSCALL_DEFINE3() 89 const struct cred *cred = current_cred(); in SYSCALL_DEFINE3() 156 const struct cred *cred = current_cred(); in SYSCALL_DEFINE2()
|
D | capability.c | 269 ret = security_capset(new, current_cred(), in SYSCALL_DEFINE2() 274 audit_log_capset(new, current_cred()); in SYSCALL_DEFINE2() 376 capable = security_capable(current_cred(), ns, cap, opts); in ns_capable_common()
|
D | sys.c | 173 const struct cred *cred = current_cred(), *pcred = __task_cred(p); in set_one_prio_perm() 215 const struct cred *cred = current_cred(); in SYSCALL_DEFINE3() 285 const struct cred *cred = current_cred(); in SYSCALL_DEFINE2() 384 old = current_cred(); in __sys_setregid() 446 old = current_cred(); in __sys_setgid() 541 old = current_cred(); in __sys_setreuid() 618 old = current_cred(); in __sys_setuid() 685 old = current_cred(); in __sys_setresuid() 737 const struct cred *cred = current_cred(); in SYSCALL_DEFINE3() 779 old = current_cred(); in __sys_setresgid() [all …]
|
/Linux-v6.1/security/keys/ |
D | persistent.c | 24 current_cred(), in key_create_persistent_register() 58 uid, INVALID_GID, current_cred(), in key_create_persistent() 111 ret = key_task_permission(persistent_ref, current_cred(), KEY_NEED_LINK); in key_get_persistent()
|
D | request_key.c | 119 const struct cred *cred = current_cred(); in call_sbin_request_key() 265 const struct cred *cred = current_cred(); in construct_get_dest_keyring() 572 .cred = current_cred(), in request_key_and_link() 607 ret = key_task_permission(key_ref, current_cred(), in request_key_and_link() 775 .cred = current_cred(), in request_key_rcu()
|
D | request_key_auth.c | 166 const struct cred *cred = current_cred(); in request_key_auth_new() 252 .cred = current_cred(), in key_get_instantiation_authkey()
|
D | process_keys.c | 77 const struct cred *cred = current_cred(); in look_up_user_keyrings() 554 ctx->cred == current_cred() && in search_process_keyrings_rcu() 847 old = current_cred(); in join_session_keyring() 913 const struct cred *old = current_cred(); in key_change_session_keyring()
|
D | internal.h | 197 post_watch_notification(key->watchers, &n.watch, current_cred(), in notify_key() 208 return key_task_permission(key_ref, current_cred(), need_perm); in key_permission()
|
/Linux-v6.1/security/integrity/ima/ |
D | ima_main.c | 412 return process_measurement(file, current_cred(), secid, NULL, in ima_file_mmap() 453 current_cred(), secid, MAY_EXEC, MMAP_CHECK, in ima_file_mprotect() 492 ret = process_measurement(bprm->file, current_cred(), secid, NULL, 0, in ima_bprm_check() 517 return process_measurement(file, current_cred(), secid, NULL, 0, in ima_file_check() 734 return process_measurement(file, current_cred(), secid, NULL, in ima_read_file() 777 return process_measurement(file, current_cred(), secid, buf, size, in ima_post_read_file() 927 action = ima_get_action(mnt_userns, inode, current_cred(), in process_buffer_measurement()
|
D | ima_mok.c | 37 KUIDT_INIT(0), KGIDT_INIT(0), current_cred(), in ima_mok_init()
|
/Linux-v6.1/security/landlock/ |
D | cred.h | 31 return landlock_cred(current_cred())->domain; in landlock_get_current_domain()
|
/Linux-v6.1/security/selinux/ |
D | hooks.c | 607 const struct cred *cred = current_cred(); in selinux_set_mnt_opts() 1763 const struct task_security_struct *tsec = selinux_cred(current_cred()); in may_create() 2126 const struct cred *cred = current_cred(); in selinux_quotactl() 2161 const struct cred *cred = current_cred(); in selinux_quota_on() 2201 rc = cred_has_capability(current_cred(), CAP_SYS_ADMIN, in selinux_vm_enough_memory() 2291 old_tsec = selinux_cred(current_cred()); in selinux_bprm_creds_for_exec() 2499 const struct task_security_struct *tsec = selinux_cred(current_cred()); in selinux_bprm_committed_creds() 2720 const struct cred *cred = current_cred(); in selinux_sb_kern_mount() 2730 const struct cred *cred = current_cred(); in selinux_sb_statfs() 2744 const struct cred *cred = current_cred(); in selinux_mount() [all …]
|
D | xfrm.c | 79 const struct task_security_struct *tsec = selinux_cred(current_cred()); in selinux_xfrm_alloc_user() 138 const struct task_security_struct *tsec = selinux_cred(current_cred()); in selinux_xfrm_delete()
|
/Linux-v6.1/certs/ |
D | system_keyring.c | 145 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, current_cred(), in system_trusted_keyring_init() 156 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, current_cred(), in system_trusted_keyring_init()
|
/Linux-v6.1/include/rdma/ |
D | ib.h | 78 return filp->f_cred == current_cred(); in ib_safe_file_access()
|
/Linux-v6.1/crypto/asymmetric_keys/ |
D | selftest.c | 186 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, current_cred(), in fips_signature_selftest()
|
/Linux-v6.1/security/apparmor/include/ |
D | cred.h | 89 return aa_cred_raw_label(current_cred()); in aa_current_raw_label()
|
/Linux-v6.1/fs/verity/ |
D | signature.c | 135 current_cred(), KEY_POS_SEARCH | in fsverity_init_signature()
|
/Linux-v6.1/security/selinux/include/ |
D | objsec.h | 186 const struct task_security_struct *tsec = selinux_cred(current_cred()); in current_sid()
|
/Linux-v6.1/fs/ecryptfs/ |
D | kthread.c | 63 (O_RDWR | O_LARGEFILE), current_cred()); in ecryptfs_threadfn()
|
/Linux-v6.1/security/smack/ |
D | smack_access.c | 273 struct task_smack *tsp = smack_cred(current_cred()); in smk_curacc() 695 return smack_privileged_cred(cap, current_cred()); in smack_privileged()
|
/Linux-v6.1/arch/mips/kernel/ |
D | mips-mt-fpaff.c | 51 const struct cred *cred = current_cred(), *pcred; in check_same_owner()
|