X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..d41d1dae2cd00cc08c7982087d1c445180cad9f5:/osfmk/kern/task.c?ds=inline diff --git a/osfmk/kern/task.c b/osfmk/kern/task.c index aedd993a1..c5efca2a7 100644 --- a/osfmk/kern/task.c +++ b/osfmk/kern/task.c @@ -285,6 +285,7 @@ task_init(void) 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.