]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/ubc_internal.h
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / sys / ubc_internal.h
index 3724348addb349005025913fd0a46695fdab2e38..be82f0f66a4b5648b965412471da1f490dfc93b7 100644 (file)
@@ -120,9 +120,11 @@ struct cs_blob {
        void *          csb_entitlements;       /* The entitlements as an OSDictionary */
        unsigned int    csb_signer_type;
 
+       unsigned int    csb_reconstituted;      /* signature has potentially been modified after validation */
        /* The following two will be replaced by the csb_signer_type. */
        unsigned int    csb_platform_binary:1;
        unsigned int    csb_platform_path:1;
+
 };
 
 /*
@@ -186,7 +188,6 @@ __private_extern__ uint32_t cluster_throttle_io_limit(vnode_t, uint32_t *);
 #define UBC_FOR_PAGEOUT         0x0002
 
 memory_object_control_t ubc_getobject(vnode_t, int);
-boolean_t      ubc_strict_uncached_IO(vnode_t);
 
 int    ubc_info_init(vnode_t);
 int    ubc_info_init_withsize(vnode_t, off_t);