Searched refs:kauth_cred_proc_update (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.1.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() 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 | 3927 kauth_cred_proc_update( in kauth_cred_proc_update() function 4330 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in kauth_proc_label_update() 4371 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in kauth_proc_label_update_execve()
|
| H A D | kern_exec.c | 4300 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in posix_spawn() 6914 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in exec_handle_sugid() 6925 kauth_cred_proc_update(p, PROC_SETTOKEN_NONE, in exec_handle_sugid() 7111 kauth_cred_proc_update(p, PROC_SETTOKEN_ALWAYS, in exec_handle_sugid()
|
| /xnu-12377.1.9/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-12377.1.9/bsd/security/audit/ |
| H A D | audit_session.c | 1188 kauth_cred_proc_update(p, PROC_SETTOKEN_LAZY, in audit_session_setaia() 1408 kauth_cred_proc_update(p, PROC_SETTOKEN_LAZY, in audit_session_join_internal()
|