Searched refs:kauth_cred_proc_update (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.41.9/bsd/kern/ |
| H A D | kern_prot.c | 711 changed = kauth_cred_proc_update(p, PROC_SETTOKEN_SETUGID, in setuid() 795 kauth_cred_proc_update(p, PROC_SETTOKEN_SETUGID, in seteuid() 872 changed = kauth_cred_proc_update(p, PROC_SETTOKEN_SETUGID, in setreuid() 962 kauth_cred_proc_update(p, PROC_SETTOKEN_SETUGID, in setgid() 1028 kauth_cred_proc_update(p, PROC_SETTOKEN_SETUGID, in setegid() 1109 kauth_cred_proc_update(p, PROC_SETTOKEN_SETUGID, in setregid() 1392 kauth_cred_proc_update(p, PROC_SETTOKEN_SETUGID, fn); in setgroups_internal()
|
| H A D | kern_persona.c | 684 kauth_cred_proc_update(p, PROC_SETTOKEN_SETUGID, derive_fn); in proc_set_persona_internal()
|
| H A D | kern_credential.c | 3811 kauth_cred_proc_update( in kauth_cred_proc_update() function 4215 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in kauth_proc_label_update() 4256 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in kauth_proc_label_update_execve()
|
| H A D | kern_exec.c | 4019 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in posix_spawn() 6547 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in exec_handle_sugid() 6558 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in exec_handle_sugid() 6737 kauth_cred_proc_update(p, PROC_SETTOKEN_ALWAYS, in exec_handle_sugid()
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | kauth.h | 441 extern bool kauth_cred_proc_update(proc_t p, proc_settoken_t action, kauth_cred_derive_t fn…
|
| /xnu-10002.41.9/bsd/security/audit/ |
| H A D | audit_session.c | 1193 kauth_cred_proc_update(p, PROC_SETTOKEN_LAZY, in audit_session_setaia() 1413 kauth_cred_proc_update(p, PROC_SETTOKEN_LAZY, in audit_session_join_internal()
|