mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +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,8 @@ export default {
|
||||
786: 'Automatisch',
|
||||
787: 'Ausgehender Datenverkehr',
|
||||
788: 'Gateway verwenden',
|
||||
789: 'Secure-Boot-Schlüsselregistrierung',
|
||||
790: 'Ein Signaturschlüssel wurde für Secure Boot registriert. Beim nächsten Neustart erscheint ein blauer Bildschirm (MokManager).',
|
||||
791: 'Geben Sie Ihr StartOS-Master-Passwort ein, wenn Sie dazu aufgefordert werden',
|
||||
792: 'Verstanden',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
@@ -709,4 +709,8 @@ export default {
|
||||
786: 'Automático',
|
||||
787: 'Tráfico saliente',
|
||||
788: 'Usar gateway',
|
||||
789: 'Registro de clave de Secure Boot',
|
||||
790: 'Se registró una clave de firma para Secure Boot. En el próximo reinicio, aparecerá una pantalla azul (MokManager).',
|
||||
791: 'Ingrese su contraseña maestra de StartOS cuando se le solicite',
|
||||
792: 'Entendido',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -709,4 +709,8 @@ export default {
|
||||
786: 'Automatique',
|
||||
787: 'Trafic sortant',
|
||||
788: 'Utiliser la passerelle',
|
||||
789: "Enregistrement de la clé Secure Boot",
|
||||
790: "Une clé de signature a été enregistrée pour Secure Boot. Au prochain redémarrage, un écran bleu (MokManager) apparaîtra.",
|
||||
791: 'Entrez votre mot de passe principal StartOS lorsque vous y êtes invité',
|
||||
792: 'Compris',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -709,4 +709,8 @@ export default {
|
||||
786: 'Automatycznie',
|
||||
787: 'Ruch wychodzący',
|
||||
788: 'Użyj bramy',
|
||||
789: 'Rejestracja klucza Secure Boot',
|
||||
790: 'Klucz podpisu został zarejestrowany dla Secure Boot. Przy następnym uruchomieniu pojawi się niebieski ekran (MokManager).',
|
||||
791: 'Wprowadź swoje hasło główne StartOS po wyświetleniu monitu',
|
||||
792: 'Rozumiem',
|
||||
} satisfies i18n
|
||||
|
||||
Reference in New Issue
Block a user