refactor: replace shell-based password handling with secure stdin piping for LUKS and GRUB operations

This commit is contained in:
2026-06-03 13:39:34 +03:00
parent 8cdaf0dfa3
commit d7065dcb59
8 changed files with 239 additions and 46 deletions
+3
View File
@@ -245,6 +245,9 @@ impl Default for YaliApp {
if !branding.oem.default_password.is_empty() {
app.state.password = branding.oem.default_password.clone();
app.state.password_confirm = branding.oem.default_password.clone();
// OEM varsayılan şifresi yüklendi; kullanıcı değiştirene kadar
// ilerleme engellenir.
app.state.oem_password_changed = false;
}
// OEM ön tanımlı disk planı varsa?
}