DmVerityMode
מצב dm-verver בזמן ההפעלה של מערכת ההפעלה Android.
Enums |
DM_VERITY_MODE_UNSPECIFIED |
ערך לא ידוע. |
ENFORCING |
מציין שהמכשיר יופעל מחדש לאחר זיהוי שחיתות. |
IO_ERROR |
מציין ששגיאת I/O תוחזר כדי לנסות לקרוא חסימות נתונים פגומות (נקראות גם מצב הפעלה של eio). |
DISABLED |
מציין ש-dm-verity מושבת במכשיר. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-04-11 (שעון UTC).
[null,null,["עדכון אחרון: 2024-04-11 (שעון UTC)."],[[["dm-verity is a feature used during Android OS startup to ensure data integrity."],["It has various operational modes, including `ENFORCING`, `IO_ERROR`, and `DISABLED`, governing system behavior when corruption is detected."],["`ENFORCING` mode triggers a system restart upon encountering corruption, while `IO_ERROR` results in input/output errors for reads from affected blocks."],["The `DISABLED` mode signifies the deactivation of dm-verity on the device."]]],["The provided information details four `dm-verity` modes during Android OS startup. `DM_VERITY_MODE_UNSPECIFIED` signifies an unknown state. `ENFORCING` mode restarts the device upon detecting data corruption. `IO_ERROR` mode returns an I/O error when corrupted data is read. `DISABLED` indicates that dm-verity is inactive on the device. Each mode dictates how the system handles data integrity and potential corruption during the boot process.\n"]]