You are not logged in.
Pages: 1
Measured boot is a security measure to ensure that critical files remain without manipulation even after the secure boot circle has completed. The Arch kernel does include the "integrity" lsm required but the wiki seems to hold no information on how to set this up or if it can even work on arch. Measured boot is already a widely used default on mobile and even ChromeOS if I am not mistaken.
Does Arch support this technology or are there any reasons why it wold not work?
The gentoo Wiki states that it is recommended for dev systems only but without stating why
https://wiki.gentoo.org/wiki/Integrity_ … chitecture
Last edited by cerino (2025-05-01 13:54:06)
Offline
First, enable the IMA subsystem in the Linux kernel configuration.
zgrep -iE '_i(ma|ntegrity)' /proc/config.gz
Edit: doesn't seem even in the hardened kernel, https://gitlab.archlinux.org/archlinux/ … ads#L10936
Last edited by seth (2025-05-01 13:59:52)
Offline
Interesting, any clue why though? And whats the reason the integrity lsm is available by default anyway? Im still trying to wrap my head around this tech and all of its components but isnt that kinda pointless to enable one part by default and not even compile the other required components?
Last edited by cerino (2025-05-01 14:21:14)
Offline
https://docs.kernel.org/next/admin-guid … e.html#faq
https://gitlab.archlinux.org/archlinux/ … ads#L10913
Why the preferences, idk, sorry.
Offline
Mod note: moving to kernel and hardware
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Pages: 1