Let's reduce our attack surface by insisting that XBOOTLDR is vfat when auto-probing, just like we do for the ESP. Given neither can realistically be integrity protected (because firmware needs to access them) let's insist on a vfat which has a much smaller attack surface, and one we have to accept (for now) anyway, given that the ESP must be VFAT. This only applies to auto-probing of course. If people mount things explicitly via fstab none of this matters. But we really shouldn't automount a btrfs/xfs/ext4 partition as XBOOTLDR just because it looks like one, as that would really defeat our otherwise possibly very strict image policies. This also introduces a new env var $SYSTEMD_DISSECT_FSTYPE_<DESIGNATOR> environment variable that may override this hardcoding. This is in particular useful in our testcases, since various actually do use ext4 as XBOOTLDR case. The tests are updated to make use of the new env var, both as a mechanism to test this and to keep the tests working.
System and Service Manager
Details
Most documentation is available on systemd's web site.
Assorted, older, general information about systemd can be found in the systemd Wiki.
Information about build requirements is provided in the README file.
Consult our NEWS file for information about what's new in the most recent systemd versions.
Please see the Code Map for information about this repository's layout and content.
Please see the Hacking guide for information on how to hack on systemd and test your modifications.
Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.
When preparing patches for systemd, please follow our Coding Style Guidelines.
If you are looking for support, please contact our mailing list, join our IRC channel #systemd on libera.chat or Matrix channel
Stable branches with backported patches are available in the stable repo.
We have a security bug bounty program sponsored by the Sovereign Tech Fund hosted on YesWeHack
Repositories with distribution packages built from git main are available on OBS
