Home
last modified time | relevance | path

Searched refs:task_cred_xxx (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/
Dcred.h345 #define task_cred_xxx(task, xxx) \ macro
354 #define task_uid(task) (task_cred_xxx((task), uid))
355 #define task_euid(task) (task_cred_xxx((task), euid))
/Linux-v4.19/kernel/
Dnsproxy.c141 struct user_namespace *user_ns = task_cred_xxx(tsk, user_ns); in copy_namespaces()
Dsignal.c1008 if (current_user_ns() == task_cred_xxx(t, user_ns)) in userns_fixup_signal_uid()
1015 info->si_uid = from_kuid_munged(task_cred_xxx(t, user_ns), in userns_fixup_signal_uid()
1804 info.si_uid = from_kuid_munged(task_cred_xxx(tsk->parent, user_ns), in do_notify_parent()
1891 info.si_uid = from_kuid_munged(task_cred_xxx(parent, user_ns), task_uid(tsk)); in do_notify_parent_cldstop()
/Linux-v4.19/security/tomoyo/
Dcommon.h1219 return task_cred_xxx(task, security); in tomoyo_real_domain()
/Linux-v4.19/Documentation/security/
Dcredentials.rst417 task_cred_xxx(task, member)
421 uid_t task_cred_xxx(task, suid);
/Linux-v4.19/fs/proc/
Dbase.c2768 ns = get_user_ns(task_cred_xxx(task, user_ns)); in proc_id_map_open()
2846 ns = get_user_ns(task_cred_xxx(task, user_ns)); in proc_setgroups_open()