Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dcred.c148 const struct cred *get_task_cred(struct task_struct *task) in get_task_cred() function
162 EXPORT_SYMBOL(get_task_cred);
640 old = get_task_cred(daemon); in prepare_kernel_cred()
/openbmc/linux/include/linux/
H A Dcred.h151 extern const struct cred *get_task_cred(struct task_struct *);
/openbmc/linux/security/apparmor/
H A Dlsm.c122 cred = get_task_cred(child); in apparmor_ptrace_access_check()
141 cred = get_task_cred(parent); in apparmor_ptrace_traceme()
668 const struct cred *cred = get_task_cred(task); in apparmor_getprocattr()
833 tc = get_task_cred(target); in apparmor_task_kill()
H A Ddomain.c58 tracer_cred = get_task_cred(tracer); in may_change_ptraced_domain()
/openbmc/linux/net/sunrpc/
H A Dauth.c611 .cred = get_task_cred(&init_task), in rpcauth_bind_root_cred()
/openbmc/linux/fs/proc/
H A Darray.c169 cred = get_task_cred(p); in task_state()
/openbmc/linux/kernel/cgroup/
H A Dcgroup-v1.c513 tcred = get_task_cred(task); in __cgroup1_procs_write()
/openbmc/linux/Documentation/security/
H A Dcredentials.rst387 const struct cred *get_task_cred(struct task_struct *task);
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c647 const struct cred *tcred = get_task_cred(task); in rdtgroup_task_write_permission()