This month saw a few improvements in HardenedBSD's source tree. We can now boot to multi-user on the StarFive VisionFive2 riscv64 SBC dev boards. They use a 39-bit address space, so we had to tune down our ASLR deltas for this board as if we were operating on a 32-bit architecture. This is obviously far from optimal, but it's what we have. Changes to the src tree: Ensure libhbsdcontrol operates only on regular files. Ensure hbsdcontrol does not follow symlinks by default. Provide an option to...