]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/task.c
xnu-1504.9.26.tar.gz
[apple/xnu.git] / osfmk / kern / task.c
index aedd993a153d758dc05f6531d01a8e199f1719d7..c5efca2a767b87bbd1537a534cb6203ad21371c2 100644 (file)
@@ -285,6 +285,7 @@ task_init(void)
                        task_max * sizeof(struct task),
                        TASK_CHUNK * sizeof(struct task),
                        "tasks");
                        task_max * sizeof(struct task),
                        TASK_CHUNK * sizeof(struct task),
                        "tasks");
+       zone_change(task_zone, Z_NOENCRYPT, TRUE);
 
        /*
         * Create the kernel task as the first task.
 
        /*
         * Create the kernel task as the first task.