New comment by biopsin on void-packages repository https://github.com/void-linux/void-packages/pull/44175#issuecomment-1570421713 Comment: Throws a warning, but other then that it works fine ``` => Starting udev and waiting for devices to settle... [ 3.159618] udevd[703]: specified group 'sgx' unknown ``` from ~ $ grep -r "sgx" /usr/lib/udev/ ``` /usr/lib/udev/rules.d/50-udev-default.rules:SUBSYSTEM=="misc", KERNEL=="sgx_enclave", GROUP="sgx", MODE="0660" /usr/lib/udev/rules.d/50-udev-default.rules:SUBSYSTEM=="misc", KERNEL=="sgx_vepc", GROUP="sgx", MODE="0660" ```