Searched refs:ip_scriptvp (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.140.69/bsd/sys/ |
| H A D | imgact.h | 115 struct vnode *ip_scriptvp; /* script */ member
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | kern_exec.c | 2416 if (imgp->ip_scriptvp) { in exec_activate_image() 2417 vnode_put(imgp->ip_scriptvp); in exec_activate_image() 2418 imgp->ip_scriptvp = NULLVP; in exec_activate_image() 2421 imgp->ip_scriptvp = imgp->ip_vp; in exec_activate_image() 4810 if (imgp->ip_scriptvp) { in posix_spawn() 4811 vnode_put(imgp->ip_scriptvp); in posix_spawn() 5414 if (imgp->ip_scriptvp != NULLVP) { in __mac_execve() 5415 vnode_put(imgp->ip_scriptvp); in __mac_execve() 6742 imgp->ip_scriptvp, in exec_handle_sugid() 6838 imgp->ip_scriptvp, in exec_handle_sugid() [all …]
|
| /xnu-11417.140.69/security/ |
| H A D | mac_vfs.c | 1247 vp, imgp->ip_scriptvp, mac_vnode_label(vp), imgp->ip_scriptlabelp, in mac_vnode_check_exec() 1268 vp, imgp->ip_scriptvp, mac_vnode_label(vp), imgp->ip_scriptlabelp, in mac_vnode_check_exec()
|