]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/imgact.h
xnu-2422.115.4.tar.gz
[apple/xnu.git] / bsd / sys / imgact.h
index dd25d3a58e50cc8912589e620540d2d0db90565d..83812f5b2a5c47af32de9b70aa95ead481bdf6c3 100644 (file)
@@ -111,10 +111,12 @@ struct image_params {
 
        struct label    *ip_execlabelp;         /* label of the executable */
        struct label    *ip_scriptlabelp;       /* label of the script */
+       struct vnode    *ip_scriptvp;           /* script */
        unsigned int    ip_csflags;             /* code signing flags */
        void            *ip_px_sa;
        void            *ip_px_sfa;
        void            *ip_px_spa;
+       void            *ip_px_smpx;            /* MAC-specific spawn attrs. */
 };
 
 /*