Home
last modified time | relevance | path

Searched refs:dst_ident (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dkern_sig.c372 …struct proc_ident dst_ident = proc_ident_with_policy(dst, IDENT_VALIDATION_PROC_MAY_EXEC | IDENT_V… in cansignal() local
373 if (mac_proc_check_signal(src, NULL, &dst_ident, signum)) { in cansignal()