DmVerityMode
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Android OS 시작 중의 dm-verity 모드
열거형 |
DM_VERITY_MODE_UNSPECIFIED |
알 수 없는 값입니다. |
ENFORCING |
손상이 감지되면 기기가 다시 시작됨을 나타냅니다. |
IO_ERROR |
손상된 데이터 블록 (eio 부팅 상태라고도 함)을 읽으려고 하면 I/O 오류가 반환됨을 나타냅니다. |
DISABLED |
기기에서 dm-verity가 사용 중지되었음을 나타냅니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003edm-verity is a feature used during Android OS startup to ensure data integrity.\u003c/p\u003e\n"],["\u003cp\u003eIt has various operational modes, including \u003ccode\u003eENFORCING\u003c/code\u003e, \u003ccode\u003eIO_ERROR\u003c/code\u003e, and \u003ccode\u003eDISABLED\u003c/code\u003e, governing system behavior when corruption is detected.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eENFORCING\u003c/code\u003e mode triggers a system restart upon encountering corruption, while \u003ccode\u003eIO_ERROR\u003c/code\u003e results in input/output errors for reads from affected blocks.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDISABLED\u003c/code\u003e mode signifies the deactivation of dm-verity on the device.\u003c/p\u003e\n"]]],["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"],null,["# DmVerityMode\n\nThe dm-verity mode during Android OS startup.\n\n| Enums ||\n|------------------------------|---------------------------------------------------------------------------------------------------------------------------|\n| `DM_VERITY_MODE_UNSPECIFIED` | Unknown value. |\n| `ENFORCING` | Indicates that the device will be restarted when corruption is detected. |\n| `IO_ERROR` | Indicates that an I/O error will be returned for an attempt to read corrupted data blocks (also known as eio boot state). |\n| `DISABLED` | Indicates that dm-verity is disabled on device. |"]]