Hi, Ludovic Courtès <l...@gnu.org> writes:
> Hi, > > Liliana Marie Prikler <liliana.prik...@gmail.com> skribis: > >> Am Donnerstag, dem 11.04.2024 um 09:58 +0200 schrieb Ludovic Courtès: >>> Ludovic Courtès <l...@gnu.org> skribis: >>> >>> > Since the recent ‘gnome-team’ merge, we get this message at boot >>> > time: >>> > >>> > udevd[87]: specified group 'sgx' unknown >>> > >>> > Should we add ‘sgx’ to ‘%base-groups’? (What is it for?) >>> >>> Cc’ing Vivien & Liliana who might know more about this. >> This seems related to Intel's Software Guard eXtensions, or, as we in >> the free world like to call them Security paper Generator eXtensions. > > :-) > >> As far as I'm aware, these ought to be disabled anyway, and we might >> want to drop the offending lines. According to [1], there's only two >> of them anyway. > > [...] > >> [1] https://wiki.linuxfromscratch.org/lfs/ticket/5265 > > Sounds good. (My intuition would have been to create the ‘sgx’ group to > placate udev, but removing those lines may be even better.) Given that patching the udev rules would require grafting eudev, but more importantly, that the sgx extensions could well be used by Guix System users on the right hardware (and having enabled the kernel option for it), I've chosen the easy path which is to simply add a 'sgx' group to %base-groups. Pushed as commit 445d04f9d4e. Closing! -- Thanks, Maxim