Searched refs:kauth_cred_proc_update (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/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() 1389 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 | 3925 kauth_cred_proc_update( in kauth_cred_proc_update() function 4329 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in kauth_proc_label_update() 4370 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in kauth_proc_label_update_execve()
|
| H A D | kern_exec.c | 4169 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in posix_spawn() 6744 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in exec_handle_sugid() 6755 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in exec_handle_sugid() 6934 kauth_cred_proc_update(p, PROC_SETTOKEN_ALWAYS, in exec_handle_sugid()
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | kauth.h | 530 extern bool kauth_cred_proc_update(proc_t p, proc_settoken_t action, kauth_cred_derive_t fn…
|
| /xnu-11215.1.10/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()
|