``` - if no protection is specified, it defaults to B_KERNEL_READ_AREA and B_KERNEL_WRITE_AREA. ``` So this is allowing kernel functions like the `write` syscall to access PROT_NONE regions?