Searched refs:real_cred (Results 1 – 9 of 9) sorted by relevance
148 BUG_ON(cred == current->real_cred); in __put_cred()168 cred = (struct cred *) tsk->real_cred; in exit_creds()169 tsk->real_cred = NULL; in exit_creds()355 p->real_cred = get_cred(p->cred); in copy_creds()397 p->cred = p->real_cred = get_cred(new); in copy_creds()450 const struct cred *old = task->real_cred; in commit_creds()500 rcu_assign_pointer(task->real_cred, new); in commit_creds()669 const struct cred *old = task->real_cred; in set_cred_ucounts()893 if (tsk->cred == tsk->real_cred) { in __validate_process_creds()911 if (tsk->cred != tsk->real_cred) in __validate_process_creds()[all …]
2057 if (p->real_cred->user != INIT_USER && in copy_process()
308 rcu_dereference_protected(current->real_cred, 1)321 rcu_dereference((task)->real_cred)
1035 const struct cred __rcu *real_cred; member
112 RCU_POINTER_INITIALIZER(real_cred, &init_cred),
716 proc_exec_data->parent_uid = BPF_CORE_READ(parent_task, real_cred, uid.val); in raw_tracepoint__sched_process_exec()
1658 struct cred *cred = (__force struct cred *)current->real_cred; in set_init_ctx()
411 objective security (task->real_cred) and the subjective security (task->cred).
214 struct cred *cred = (struct cred *) current->real_cred; in cred_init_security()
Completed in 37 milliseconds