Searched refs:task_cred_xxx (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | cred.h | 347 #define task_cred_xxx(task, xxx) \ macro 356 #define task_uid(task) (task_cred_xxx((task), uid)) 357 #define task_euid(task) (task_cred_xxx((task), euid))
|
/linux-4.4.14/kernel/ |
D | nsproxy.c | 127 struct user_namespace *user_ns = task_cred_xxx(tsk, user_ns); in copy_namespaces()
|
D | signal.c | 954 if (current_user_ns() == task_cred_xxx(t, user_ns)) in userns_fixup_signal_uid() 961 info->si_uid = from_kuid_munged(task_cred_xxx(t, user_ns), in userns_fixup_signal_uid() 1612 info.si_uid = from_kuid_munged(task_cred_xxx(tsk->parent, user_ns), in do_notify_parent() 1698 info.si_uid = from_kuid_munged(task_cred_xxx(parent, user_ns), task_uid(tsk)); in do_notify_parent_cldstop()
|
/linux-4.4.14/security/tomoyo/ |
D | common.h | 1218 return task_cred_xxx(task, security); in tomoyo_real_domain()
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 443 task_cred_xxx(task, member) 447 uid_t task_cred_xxx(task, suid);
|
/linux-4.4.14/fs/proc/ |
D | base.c | 2596 ns = get_user_ns(task_cred_xxx(task, user_ns)); in proc_id_map_open() 2674 ns = get_user_ns(task_cred_xxx(task, user_ns)); in proc_setgroups_open()
|