| /xnu-12377.41.6/security/ |
| H A D | mac_skywalk.c | 41 cred = kauth_cred_proc_ref(proc); in mac_skywalk_flow_check_connect() 53 cred = kauth_cred_proc_ref(proc); in mac_skywalk_flow_check_listen()
|
| H A D | mac_mach.c | 151 p_cred = kauth_cred_proc_ref(get_bsdtask_info(new_task)); in mac_task_check_get_movable_control_port_during_spawn()
|
| H A D | mac_process.c | 164 cr = kauth_cred_proc_ref(p); in mac_cred_label_externalize_audit()
|
| /xnu-12377.41.6/bsd/security/audit/ |
| H A D | audit.c | 237 cred = kauth_cred_proc_ref(p); in audit_record_ctor() 643 cred = kauth_cred_proc_ref(proc); in audit_syscall_enter() 765 cred = kauth_cred_proc_ref(proc); in audit_subcall_enter() 849 cred = kauth_cred_proc_ref(proc); in audit_mach_syscall_enter() 919 my_cred = kauth_cred_proc_ref(proc); in audit_proc_coredump()
|
| H A D | audit_session.c | 1168 my_cred = kauth_cred_proc_ref(p); in audit_session_setaia() 1232 cred = kauth_cred_proc_ref(p); in audit_session_self() 1311 cred = kauth_cred_proc_ref(p); in audit_session_port() 1677 scred = kauth_cred_proc_ref(p); in audit_sdev_get_aia()
|
| H A D | audit_arg.c | 294 my_cred = kauth_cred_proc_ref(p); in audit_arg_process()
|
| H A D | audit_syscalls.c | 1155 scred = kauth_cred_proc_ref(p); in setaudit_addr()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_resource.c | 256 my_cred = kauth_cred_proc_ref(p); in getpriority() 426 my_cred = kauth_cred_proc_ref(p); in puser_donice_callback() 699 ucred = kauth_cred_proc_ref(curp); in donice() 700 my_cred = kauth_cred_proc_ref(chgp); in donice() 744 target_cred = kauth_cred_proc_ref(targetp); in proc_set_gpurole() 802 target_cred = kauth_cred_proc_ref(targetp); in proc_get_gpurole() 839 target_cred = kauth_cred_proc_ref(targetp); in proc_set_darwin_role() 893 target_cred = kauth_cred_proc_ref(targetp); in proc_get_darwin_role() 929 target_cred = kauth_cred_proc_ref(targetp); in proc_set_game_mode() 970 target_cred = kauth_cred_proc_ref(targetp); in proc_get_game_mode() [all …]
|
| H A D | mach_process.c | 186 kauth_cred_t pproc_cred = kauth_cred_proc_ref(pproc); in ptrace() 552 traced_cred = kauth_cred_proc_ref(traced_procp); in cantrace() 576 kauth_cred_t cur_cred = kauth_cred_proc_ref(cur_procp); in cantrace()
|
| H A D | tty_tty.c | 100 context.vc_ucred = kauth_cred_proc_ref(p); in cttyopen()
|
| H A D | kern_acct.c | 289 safecred = kauth_cred_proc_ref(p); in acct_process()
|
| H A D | kern_sig.c | 341 uc_dst = uc_ref = kauth_cred_proc_ref(dst); in cansignal_nomac() 1681 uc = kauth_cred_proc_ref(curproc); in killpg1() 2385 my_cred = kauth_cred_proc_ref(sig_proc); in psignal_internal() 2737 my_cred = kauth_cred_proc_ref(p); in issignal_locked() 2864 my_cred = kauth_cred_proc_ref(p); in issignal_locked()
|
| H A D | process_policy.c | 144 target_cred = kauth_cred_proc_ref(target_proc); in process_policy()
|
| H A D | kern_credential.c | 3503 struct ucred *cred = kauth_cred_proc_ref(proc); in kauth_cred_thread_update_slow() 3568 kauth_cred_proc_ref(proc_t procp) in kauth_cred_proc_ref() function 3604 cred = kauth_cred_proc_ref(procp); in __kauth_cred_proc_ref_for_pidversion_slow() 3934 cur_cred = kauth_cred_proc_ref(p); in kauth_cred_proc_update()
|
| H A D | kern_prot.c | 1707 my_cred = kauth_cred_proc_ref(parent); in proc_parent_audit_token()
|
| H A D | kern_fork.c | 1350 kauth_cred_t cred = kauth_cred_proc_ref(p); in uthread_init()
|
| H A D | kern_proc.c | 5635 targetcred = kauth_cred_proc_ref(target); in task_for_pid_posix_check() 5886 target_cred = kauth_cred_proc_ref(p); in task_name_for_pid()
|
| H A D | uipc_usrreq.c | 2770 kauth_cred_t safecred __single = kauth_cred_proc_ref(p); in unp_listen()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | kauth.h | 283 extern kauth_cred_t kauth_cred_proc_ref(proc_t procp);
|
| /xnu-12377.41.6/bsd/skywalk/core/ |
| H A D | skywalk.c | 602 kauth_cred_t cred = kauth_cred_proc_ref(p); in skywalk_mac_system_check_proc_cred()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_pcb.c | 993 cred = kauth_cred_proc_ref(p); in in_pcbbind() 1128 cred = kauth_cred_proc_ref(p); in in_pcbbind() 4555 cred = kauth_cred_proc_ref(p); in in_pcbsetport()
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | in6_pcb.c | 375 cred = kauth_cred_proc_ref(p); in in6_pcbbind()
|
| H A D | in6_src.c | 1695 cred = kauth_cred_proc_ref(p); in in6_pcbsetport()
|
| /xnu-12377.41.6/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 1651 cred = kauth_cred_proc_ref(p); in fasttrap_provider_lookup()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 1068 kauth_cred_t __single cred = kauth_cred_proc_ref(p); in fsw_ctl()
|