Home
last modified time | relevance | path

Searched refs:get_task_cred (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/kernel/
H A Dcred.c153 const struct cred *get_task_cred(struct task_struct *task) in get_task_cred() function
167 EXPORT_SYMBOL(get_task_cred);
593 old = get_task_cred(daemon); in prepare_kernel_cred()
/linux-6.15/include/linux/
H A Dcred.h152 extern const struct cred *get_task_cred(struct task_struct *);
/linux-6.15/Documentation/translations/zh_CN/security/
H A Dcredentials.rst331 const struct cred *get_task_cred(struct task_struct *task);
/linux-6.15/security/apparmor/
H A Dlsm.c130 cred = get_task_cred(child); in apparmor_ptrace_access_check()
149 cred = get_task_cred(parent); in apparmor_ptrace_traceme()
827 const struct cred *cred = get_task_cred(task); in apparmor_getprocattr()
1023 tc = get_task_cred(target); in apparmor_task_kill()
H A Ddomain.c57 tracer_cred = get_task_cred(tracer); in may_change_ptraced_domain()
/linux-6.15/fs/
H A Dpidfs.c295 c = get_task_cred(task); in pidfd_info()
/linux-6.15/mm/
H A Doom_kill.c782 cred = get_task_cred(tsk);
/linux-6.15/net/sunrpc/
H A Dauth.c611 .cred = get_task_cred(&init_task), in rpcauth_bind_root_cred()
/linux-6.15/fs/proc/
H A Darray.c169 cred = get_task_cred(p); in task_state()
/linux-6.15/kernel/cgroup/
H A Dcgroup-v1.c519 tcred = get_task_cred(task); in __cgroup1_procs_write()
/linux-6.15/Documentation/security/
H A Dcredentials.rst387 const struct cred *get_task_cred(struct task_struct *task);
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c723 const struct cred *tcred = get_task_cred(task); in rdtgroup_task_write_permission()