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

/linux-master/kernel/
H A Dcred.c144 * get_task_cred - Get another task's objective credentials
153 const struct cred *get_task_cred(struct task_struct *task) function
167 EXPORT_SYMBOL(get_task_cred); variable
643 old = get_task_cred(daemon);
/linux-master/include/linux/
H A Dcred.h152 extern const struct cred *get_task_cred(struct task_struct *);
309 * rather get_task_cred() should be used instead.
/linux-master/security/apparmor/
H A Dlsm.c130 cred = get_task_cred(child);
149 cred = get_task_cred(parent);
826 const struct cred *cred = get_task_cred(task);
1019 tc = get_task_cred(target);
H A Ddomain.c58 tracer_cred = get_task_cred(tracer);
/linux-master/net/sunrpc/
H A Dauth.c611 .cred = get_task_cred(&init_task),
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c513 tcred = get_task_cred(task);
/linux-master/fs/proc/
H A Darray.c169 cred = get_task_cred(p);
/linux-master/mm/
H A Doom_kill.c778 cred = get_task_cred(tsk);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c687 const struct cred *tcred = get_task_cred(task);

Completed in 159 milliseconds