Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dimgact.h116 unsigned int ip_csflags; /* code signing flags */ member
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c1226 imgp->ip_csflags |= load_result.csflags & in exec_mach_imgact()
1233 imgp->ip_csflags &= ~CS_VALID; in exec_mach_imgact()
1237 imgp->ip_csflags |= CS_HARD; in exec_mach_imgact()
1240 imgp->ip_csflags |= CS_KILL; in exec_mach_imgact()
1243 imgp->ip_csflags |= CS_ENFORCEMENT; in exec_mach_imgact()
1247 imgp->ip_csflags |= CS_INSTALLER; in exec_mach_imgact()
1250 imgp->ip_csflags |= CS_DATAVAULT_CONTROLLER; in exec_mach_imgact()
1253 imgp->ip_csflags |= CS_NVRAM_UNRESTRICTED; in exec_mach_imgact()
6102 &imgp->ip_csflags, in exec_handle_sugid()
6910 proc_csflags_update(p, imgp->ip_csflags); in check_for_signature()
[all …]
/xnu-8019.80.24/security/
H A Dmac_vfs.c1267 imgp->ip_execlabelp, &imgp->ip_ndp->ni_cnd, &imgp->ip_csflags, in mac_vnode_check_exec()
1288 imgp->ip_execlabelp, &imgp->ip_ndp->ni_cnd, &imgp->ip_csflags, in mac_vnode_check_exec()