VerifiedBootState
Zweryfikowany stan podczas uruchamiania Androida.
Wartości w polu enum |
VERIFIED_BOOT_STATE_UNSPECIFIED |
Nieznana wartość. |
GREEN |
Wskazuje, że istnieje pełny łańcuch zaufania rozszerzający się od programu rozruchowego do zweryfikowanych partycji, w tym rozruchowy, partycja rozruchowa i wszystkie zweryfikowane partycje. |
YELLOW |
Wskazuje, że partycja rozruchowa została zweryfikowana przy użyciu umieszczonego certyfikatu i podpis jest prawidłowy. |
ORANGE |
Oznacza, że urządzenie można dowolnie modyfikować. Integralność urządzenia pozostaje użytkownikowi do weryfikacji poza zakresem. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-04-11 UTC.
[null,null,["Ostatnia aktualizacja: 2024-04-11 UTC."],[[["The verified boot state is an indicator of the integrity and trustworthiness of the Android OS during startup."],["Three main states are used: GREEN for a fully verified chain of trust, YELLOW for verified boot partition, and ORANGE when the device is modifiable and integrity is user-dependent."]]],["The document outlines the verified boot states during Android OS startup. `GREEN` signifies a complete chain of trust from the bootloader to all verified partitions. `YELLOW` denotes that the boot partition is verified with a valid signature. `ORANGE` indicates a device that can be freely modified, with integrity verification left to the user. `VERIFIED_BOOT_STATE_UNSPECIFIED` represents an unknown boot state value. These states communicate the level of trust and verification present during device boot-up.\n"]]