VerifiedBootState
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
حالة التشغيل المتحقق منها أثناء بدء تشغيل نظام التشغيل Android.
عمليات التعداد |
VERIFIED_BOOT_STATE_UNSPECIFIED |
قيمة غير معروفة. |
GREEN |
يشير إلى وجود سلسلة كاملة من الثقة تمتد من برنامج التحميل إلى الأقسام التي تم التحقق منها، بما في ذلك برنامج التحميل وقسم التشغيل وجميع الأقسام التي تم التحقق منها. |
YELLOW |
تشير إلى أنه تم التحقق من قسم التشغيل باستخدام الشهادة المضمنة وأن التوقيع صالح. |
ORANGE |
تشير إلى إمكانية تعديل الجهاز بحرية. ويُترك سلامة الجهاز للمستخدم للتحقق من خارج النطاق. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThe verified boot state is an indicator of the integrity and trustworthiness of the Android OS during startup.\u003c/p\u003e\n"],["\u003cp\u003eThree 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.\u003c/p\u003e\n"]]],["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"],null,["# VerifiedBootState\n\nThe verified boot state during Android OS startup.\n\n| Enums ||\n|-----------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `VERIFIED_BOOT_STATE_UNSPECIFIED` | Unknown value. |\n| `GREEN` | Indicates that there is a full chain of trust extending from the bootloader to verified partitions including the bootloader, boot partition, and all verified partitions. |\n| `YELLOW` | Indicates that the boot partition has been verified using the embedded certificate and the signature is valid. |\n| `ORANGE` | Indicates that the device may be freely modified. Device integrity is left to the user to verify out-of-band. |"]]