Home
last modified time | relevance | path

Searched refs:kauth_cred_proc_ref (Results 1 – 25 of 44) sorted by relevance

12

/xnu-10002.41.9/security/
H A Dmac_process.c164 cr = kauth_cred_proc_ref(p); in mac_cred_label_externalize_audit()
396 cred = kauth_cred_proc_ref(curp); in mac_proc_check_remote_thread_create()
408 kauth_cred_t cred = kauth_cred_proc_ref(curp); in mac_proc_notify_service_port_derive()
429 cred = kauth_cred_proc_ref(curp); in mac_proc_check_fork()
498 cred = kauth_cred_proc_ref(proc); in mac_proc_check_map_anon()
522 cred = kauth_cred_proc_ref(proc); in mac_proc_check_memorystatus_control()
546 cred = kauth_cred_proc_ref(proc); in mac_proc_check_mprotect()
592 cred = kauth_cred_proc_ref(curp); in mac_proc_check_sched()
615 cred = kauth_cred_proc_ref(curp); in mac_proc_check_signal()
658 cred = kauth_cred_proc_ref(curp); in mac_proc_check_wait()
[all …]
H A Dmac_mach.c121 kauth_cred_t cred = kauth_cred_proc_ref(current_proc()); in mac_task_check_task_id_token_get_task()
135 kauth_cred_t cred = kauth_cred_proc_ref(p); in mac_task_check_get_movable_control_port()
151 kauth_cred_t cred = kauth_cred_proc_ref(p); in mac_task_check_set_host_special_port()
168 kauth_cred_t cred = kauth_cred_proc_ref(p); in mac_task_check_set_host_exception_port()
200 kauth_cred_t cred = kauth_cred_proc_ref(p); in mac_task_check_get_task_special_port()
232 kauth_cred_t cred = kauth_cred_proc_ref(p); in mac_task_check_set_task_special_port()
247 kauth_cred_t cred = kauth_cred_proc_ref(p); in mac_task_check_dyld_process_info_notify_register()
264 kauth_cred_t cred = kauth_cred_proc_ref(p); in mac_task_check_set_host_exception_ports()
H A Dmac_necp.c52 cred = kauth_cred_proc_ref(proc); in mac_necp_check_open()
76 cred = kauth_cred_proc_ref(proc); in mac_necp_check_client_action()
H A Dmac_audit.c129 cred = kauth_cred_proc_ref(curp); in mac_proc_check_getauid()
152 cred = kauth_cred_proc_ref(curp); in mac_proc_check_setauid()
175 cred = kauth_cred_proc_ref(curp); in mac_proc_check_getaudit()
198 cred = kauth_cred_proc_ref(curp); in mac_proc_check_setaudit()
H A Dmac_base.c1257 tcred = kauth_cred_proc_ref(tproc); in __mac_get_pid()
/xnu-10002.41.9/bsd/security/audit/
H A Daudit.c237 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 Daudit_syscalls.c749 scred = kauth_cred_proc_ref(tp); in auditon()
781 scred = kauth_cred_proc_ref(tp); in auditon()
829 scred = kauth_cred_proc_ref(tp); in auditon()
1002 scred = kauth_cred_proc_ref(p); in getauid()
1036 scred = kauth_cred_proc_ref(p); in setauid()
1061 scred = kauth_cred_proc_ref(p); in getaudit_addr_internal()
1127 scred = kauth_cred_proc_ref(p); in setaudit_addr()
H A Daudit_session.c1173 my_cred = kauth_cred_proc_ref(p); in audit_session_setaia()
1237 cred = kauth_cred_proc_ref(p); in audit_session_self()
1316 cred = kauth_cred_proc_ref(p); in audit_session_port()
1683 scred = kauth_cred_proc_ref(p); in audit_sdev_get_aia()
H A Daudit_arg.c294 my_cred = kauth_cred_proc_ref(p); in audit_arg_process()
/xnu-10002.41.9/bsd/kern/
H A Dmach_process.c185 kauth_cred_t pproc_cred = kauth_cred_proc_ref(pproc); in ptrace()
550 traced_cred = kauth_cred_proc_ref(traced_procp); in cantrace()
574 kauth_cred_t cur_cred = kauth_cred_proc_ref(cur_procp); in cantrace()
H A Dkern_resource.c250 my_cred = kauth_cred_proc_ref(p); in getpriority()
354 my_cred = kauth_cred_proc_ref(p); in puser_donice_callback()
587 ucred = kauth_cred_proc_ref(curp); in donice()
588 my_cred = kauth_cred_proc_ref(chgp); in donice()
630 target_cred = kauth_cred_proc_ref(targetp); in set_gpudeny_proc()
679 target_cred = kauth_cred_proc_ref(targetp); in proc_set_darwin_role()
733 target_cred = kauth_cred_proc_ref(targetp); in proc_get_darwin_role()
769 target_cred = kauth_cred_proc_ref(targetp); in proc_set_game_mode()
810 target_cred = kauth_cred_proc_ref(targetp); in proc_get_game_mode()
849 target_cred = kauth_cred_proc_ref(targetp); in get_background_proc()
[all …]
H A Dkern_xxx.c151 my_cred = kauth_cred_proc_ref(p); in reboot()
H A Dtty_tty.c100 context.vc_ucred = kauth_cred_proc_ref(p); in cttyopen()
H A Dkern_prot.c1190 cred = kauth_cred_proc_ref(p); in kern_settid()
1361 cred = kauth_cred_proc_ref(p); in setgroups_internal()
1710 my_cred = kauth_cred_proc_ref(parent); in proc_parent_audit_token()
H A Dkern_acct.c289 safecred = kauth_cred_proc_ref(p); in acct_process()
H A Dprocess_policy.c144 target_cred = kauth_cred_proc_ref(target_proc); in process_policy()
H A Dkern_sig.c334 uc_dst = uc_ref = kauth_cred_proc_ref(dst); in cansignal_nomac()
1668 uc = kauth_cred_proc_ref(curproc); in killpg1()
2370 my_cred = kauth_cred_proc_ref(sig_proc); in psignal_internal()
2716 my_cred = kauth_cred_proc_ref(p); in issignal_locked()
2843 my_cred = kauth_cred_proc_ref(p); in issignal_locked()
H A Dkern_credential.c3460 struct ucred *cred = kauth_cred_proc_ref(proc); in kauth_cred_thread_update_slow()
3524 kauth_cred_proc_ref(proc_t procp) in kauth_cred_proc_ref() function
3818 cur_cred = kauth_cred_proc_ref(p); in kauth_cred_proc_update()
H A Dkern_fork.c1335 kauth_cred_t cred = kauth_cred_proc_ref(p); in uthread_init()
H A Dproc_info.c666 my_cred = kauth_cred_proc_ref(p); in proc_pidbsdinfo()
3127 target_cred = kauth_cred_proc_ref(targetp); in proc_security_policy()
3285 target_cred = kauth_cred_proc_ref(target_p); in proc_dirtycontrol()
/xnu-10002.41.9/bsd/netinet6/
H A Dnd6_send.c107 cred = kauth_cred_proc_ref(current_proc());
H A Din6_pcb.c375 cred = kauth_cred_proc_ref(p); in in6_pcbbind()
/xnu-10002.41.9/bsd/net/
H A Drtsock.c606 cred = kauth_cred_proc_ref(current_proc()); in route_output()
1623 cred = kauth_cred_proc_ref(current_proc()); in sysctl_dumpentry()
1709 cred = kauth_cred_proc_ref(current_proc()); in sysctl_dumpentry_ext()
1776 cred = kauth_cred_proc_ref(current_proc()); in sysctl_iflist()
1948 cred = kauth_cred_proc_ref(current_proc()); in sysctl_iflist2()
/xnu-10002.41.9/bsd/sys/
H A Dkauth.h214 extern kauth_cred_t kauth_cred_proc_ref(proc_t procp);
/xnu-10002.41.9/bsd/skywalk/core/
H A Dskywalk.c607 kauth_cred_t cred = kauth_cred_proc_ref(p); in skywalk_priv_check_proc_cred()
619 kauth_cred_t cred = kauth_cred_proc_ref(p); in skywalk_mac_system_check_proc_cred()

12