Are there any FOSS desktop OS with equivalent security, including proper verified boot and exploit mitigations? If not, why?
Are there any FOSS OS with macOS-level security?
1–10 of 19 posts
Re: Are there any FOSS OS with macOS-level security?
#2Re: Are there any FOSS OS with macOS-level security?
#3If you want more mainstream you could go with vanilla Fedora or some spins if you are opinionated about your desktop environment.
If you want more security you can look at things like QubesOS.
Re: Are there any FOSS OS with macOS-level security?
#4Some elevator pitches: https://forum.qubes-os.org/t/how-to-pitch-qubes-os/4499/15
Re: Are there any FOSS OS with macOS-level security?
#5What evidence do you have to state that claim?
> including proper verified boot and exploit mitigations? If not, why?
Any operating system with TPM and Secure Boot support has this, Windows, Linux, and FreeBSD is in the planning stages for Secure Boot.
It sounds like you're unaware of the available security features that have been available for a significant amount of time on x86.
Re: Are there any FOSS OS with macOS-level security?
#6Recently I learned about an interesting approach to this through a presentation at CCC about a small project known as sixos. Go to the part at 18m27s where ownerboot is presented: https://media.ccc.de/v/38c3-sixos-a-nix-os-without-systemd
Repository for ownerboot: https://codeberg.org/amjoseph/ownerboot
Re: Are there any FOSS OS with macOS-level security?
#7> macOS have superior security compared to standard Linux/BSD distributions even at the software level What evidence do you have to state that claim? > including proper verified boot and exploit mitigations? If not, why? Any operating system with TPM and Secure Boot support has this, Windows, Linux, and FreeBSD is in the planning stages for Secure Boot. It sounds like you're unaware of the available security features…
On the whole, the distros do a terrible job. If you can modify the initrd (which you can on all of them by default), it's game over.
And that's just secure boot. Linux has no real equivalent to TCC, for example.
Re: Are there any FOSS OS with macOS-level security?
#8> macOS have superior security compared to standard Linux/BSD distributions even at the software level What evidence do you have to state that claim? > including proper verified boot and exploit mitigations? If not, why? Any operating system with TPM and Secure Boot support has this, Windows, Linux, and FreeBSD is in the planning stages for Secure Boot. It sounds like you're unaware of the available security features…
Secure Boot on most Linux distributions, except for a few that implement TPM-based Secure Boot like ChromeOS Flex and custom Linux builds, is merely intended for UEFI support and Windows dual-boot compatibility, rather than being a genuine mechanism for detecting OS image tampering.
Re: Are there any FOSS OS with macOS-level security?
#9Yes, Fedora Silverblue would be my recommendation for something balancing security but being mainstream enough. If you want more mainstream you could go with vanilla Fedora or some spins if you are opinionated about your desktop environment. If you want more security you can look at things like QubesOS.
Linux distributions' exploit mitigation features include basic ASLR, DEP, and RELRO, but their implementations are incomplete. Advanced protection features like those found in macOS (such as PAC, Pointer Authentication, strict stack protection, and JIT spray attack prevention) are either not implemented by default or are limited in scope.
Resolving these issues would require an enormous investment of time and cost to apply parameters and patches, and these solutions are not available by default.
While QubesOS's approach is interesting, it lacks Secure Boot, and its security relies on sandboxing through OS isolation via the Xen hypervisor, while the operating systems within still contain the aforementioned issues (though running a macOS-level secure OS in QubesOS might be a solution).
Re: Are there any FOSS OS with macOS-level security?
#10> macOS have superior security compared to standard Linux/BSD distributions even at the software level What evidence do you have to state that claim? > including proper verified boot and exploit mitigations? If not, why? Any operating system with TPM and Secure Boot support has this, Windows, Linux, and FreeBSD is in the planning stages for Secure Boot. It sounds like you're unaware of the available security features…
There is a huge gap between what's available for Linux (ie the Android and ChromeOS boot systems), and what the mainstream Linux distributions actually implement. On the whole, the distros do a terrible job. If you can modify the initrd (which you can on all of them by default), it's game over. And that's just secure boot. Linux has no real equivalent to TCC, for example.
Most distributions cannot be considered security-hardened by default.
What do you think is causing this situation?