I just upgraded a test system to pkgbase on 14.2-RELEASE.
Everything looks good but I have a minor concern that the /boot/kernel/kernel file is missing execute bits:
Is this safe to reboot? Every other system I have has execute bits on the kernel (as maintained by freebsd-update).
Everything looks good but I have a minor concern that the /boot/kernel/kernel file is missing execute bits:
Code:
# ls -l /boot/kernel/kernel*
-r--r--r-- 1 root wheel 29151088 Nov 28 19:04 /boot/kernel/kernel
-r-xr-xr-x 1 root wheel 29151088 Dec 5 09:47 /boot/kernel/kernel.pkgsave*
Is this safe to reboot? Every other system I have has execute bits on the kernel (as maintained by freebsd-update).