safeboot-loader
safeboot-loader copied to clipboard
build out of tree module
Having to build in tree is problematic for vanilla kernels and updates.
Looks like the only issue is that efi_kobj is not exported, so creating files in /sys/firmware/efi is a problem. We could patch the kernel to add an export for it, or maybe there is a better way to turn a name into a kobj.