mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
feat: add Secure Boot MOK key enrollment and module signing
Generate DKMS MOK key pair during OS install, sign all unsigned kernel modules, and enroll the MOK certificate using the user's master password. On reboot, MokManager prompts the user to complete enrollment. Re-enrolls on every boot if the key exists but isn't enrolled yet. Adds setup wizard dialog to inform the user about the MokManager prompt.
This commit is contained in:
@@ -709,4 +709,9 @@ export const ENGLISH: Record<string, number> = {
|
||||
'Auto': 786,
|
||||
'Outbound Traffic': 787,
|
||||
'Use gateway': 788,
|
||||
// Secure Boot MOK enrollment
|
||||
'Secure Boot Key Enrollment': 789,
|
||||
'A signing key was enrolled for Secure Boot. On the next reboot, a blue screen (MokManager) will appear.': 790,
|
||||
'Enter your StartOS master password when prompted': 791,
|
||||
'Got it': 792,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user